fix: add internal ingress to atlantis

This commit is contained in:
2024-12-04 15:00:35 +01:00
parent a2203fc1d7
commit 1feb953dc4
3 changed files with 67 additions and 1 deletions
+5
View File
@@ -73,10 +73,15 @@ ingress:
pathType: ImplementationSpecific
serviceName: main-ingress-nginx-defaultbackend.ingress-nginx
servicePort: 80
internal:
- path: /internal
pathType: ImplementationSpecific
tls:
- hosts:
- atlantis.srv.oceanbox.io
secretName: atlantis-tls
internal:
annotations: {}
persistence:
enabled: false