fix: fix archmeister staging ingress and secrate names

This commit is contained in:
Jonas Juselius
2024-02-23 13:03:39 +01:00
parent 92e61caa80
commit 4a6d632bf3
3 changed files with 19 additions and 1 deletions
+9
View File
@@ -1,6 +1,15 @@
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: archmeister.srv.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- archmeister.srv.oceanbox.io
secretName: prod-archmeister-tls
cluster:
backupEnabled: true
+9
View File
@@ -5,6 +5,15 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
atlantis.oceanbox.io/expose: global
hosts:
- host: archmeister.beta.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- archmeister.beta.oceanbox.io
secretName: staging-archmeister-tls
resources:
limits:
+1 -1
View File
@@ -14,7 +14,7 @@ ingress:
tls:
- hosts:
- atlantis.beta.oceanbox.io
secretName: atlantis-tls
secretName: staging-atlantis-tls
resources:
limits: