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: service:
name: defaultbackend name: defaultbackend
port: port:
number: 80 number: 80
+6
View File
@@ -42,10 +42,16 @@ ingress:
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
internal:
- path: /internal
pathType: ImplementationSpecific
- host: maps.oceanbox.io - host: maps.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
internal:
- path: /internal
pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- atlantis.srv.oceanbox.io - atlantis.srv.oceanbox.io
+5 -4
View File
@@ -50,19 +50,20 @@ ingress:
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
internal:
- path: /internal
pathType: ImplementationSpecific
- host: atlas.oceanbox.io - host: atlas.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- host: beta.oceanbox.io internal:
paths: - path: /internal
- path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- atlantis.beta.oceanbox.io - atlantis.beta.oceanbox.io
- atlas.oceanbox.io - atlas.oceanbox.io
- beta.oceanbox.io
secretName: staging-atlantis-tls secretName: staging-atlantis-tls
resources: resources: