fix: update white-listing annotation
This commit is contained in:
@@ -19,7 +19,7 @@ patches:
|
||||
group: networking.k8s.io
|
||||
kind: Ingress
|
||||
name: prod-archmeister-internal
|
||||
annotationSelector: atlantis.oceanbox.io/expose=internal
|
||||
annotationSelector: oceanbox.io/expose=internal
|
||||
version: v1
|
||||
resources:
|
||||
- ../base
|
||||
|
||||
@@ -19,7 +19,7 @@ patches:
|
||||
group: networking.k8s.io
|
||||
kind: Ingress
|
||||
name: staging-archmeister-internal
|
||||
annotationSelector: atlantis.oceanbox.io/expose=internal
|
||||
annotationSelector: oceanbox.io/expose=internal
|
||||
version: v1
|
||||
resources:
|
||||
- ../base
|
||||
|
||||
@@ -20,7 +20,7 @@ image:
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
# atlantis.oceanbox.io/expose: internal
|
||||
# oceanbox.io/expose: internal
|
||||
hosts:
|
||||
- host: archmeister.beta.oceanbox.io
|
||||
paths:
|
||||
|
||||
@@ -20,4 +20,4 @@ podAnnotations:
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
atlantis.oceanbox.io/expose: internal
|
||||
oceanbox.io/expose: internal
|
||||
|
||||
@@ -20,4 +20,4 @@ podAnnotations:
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
atlantis.oceanbox.io/expose: internal
|
||||
oceanbox.io/expose: internal
|
||||
|
||||
@@ -21,7 +21,7 @@ ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
||||
# atlantis.oceanbox.io/expose: internal
|
||||
# oceanbox.io/expose: internal
|
||||
hosts:
|
||||
- host: petimeter.beta.oceanbox.io
|
||||
paths:
|
||||
|
||||
@@ -64,7 +64,7 @@ ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
kubernetes.io/ingress.class: nginx
|
||||
atlantis.oceanbox.io/expose: internal
|
||||
oceanbox.io/expose: internal
|
||||
tls:
|
||||
- secretName: seq-tls
|
||||
hosts:
|
||||
|
||||
Reference in New Issue
Block a user