fix: fix archmeister staging ingress and secrate names
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
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:
|
cluster:
|
||||||
backupEnabled: true
|
backupEnabled: true
|
||||||
|
|||||||
@@ -5,6 +5,15 @@ ingress:
|
|||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
atlantis.oceanbox.io/expose: global
|
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:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ ingress:
|
|||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- atlantis.beta.oceanbox.io
|
- atlantis.beta.oceanbox.io
|
||||||
secretName: atlantis-tls
|
secretName: staging-atlantis-tls
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
Reference in New Issue
Block a user