fix: fix atlantis ingress

This commit is contained in:
2024-12-12 16:06:44 +01:00
parent 90e1e35e0a
commit b55c36832f
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -7,4 +7,4 @@
service:
name: defaultbackend
port:
number: 80
number: 80
+6
View File
@@ -42,10 +42,16 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
internal:
- path: /internal
pathType: ImplementationSpecific
- host: maps.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
internal:
- path: /internal
pathType: ImplementationSpecific
tls:
- hosts:
- atlantis.srv.oceanbox.io
+5 -4
View File
@@ -50,19 +50,20 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
internal:
- path: /internal
pathType: ImplementationSpecific
- host: atlas.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
- host: beta.oceanbox.io
paths:
- path: /
internal:
- path: /internal
pathType: ImplementationSpecific
tls:
- hosts:
- atlantis.beta.oceanbox.io
- atlas.oceanbox.io
- beta.oceanbox.io
secretName: staging-atlantis-tls
resources: