🚑️(staging) fix 404 errors
Recent changes on the staging cluster created a regression. The ingress className needs to be specified.
This commit is contained in:
committed by
aleb_the_flash
parent
6b2fb4169c
commit
2345250c4f
@@ -72,12 +72,14 @@ frontend:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
host: desk-staging.beta.numerique.gouv.fr
|
host: desk-staging.beta.numerique.gouv.fr
|
||||||
|
className: nginx
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
|
||||||
ingressAdmin:
|
ingressAdmin:
|
||||||
enabled: true
|
enabled: true
|
||||||
host: desk-staging.beta.numerique.gouv.fr
|
host: desk-staging.beta.numerique.gouv.fr
|
||||||
|
className: nginx
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
nginx.ingress.kubernetes.io/auth-signin: https://oauth2-proxy-preprod.beta.numerique.gouv.fr/oauth2/start
|
nginx.ingress.kubernetes.io/auth-signin: https://oauth2-proxy-preprod.beta.numerique.gouv.fr/oauth2/start
|
||||||
|
|||||||
Reference in New Issue
Block a user