From 2345250c4f9f2e2dfbb7fc4ce7571d2f8ef4742b Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Tue, 26 Mar 2024 16:08:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F(staging)=20fix=20404=20er?= =?UTF-8?q?rors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recent changes on the staging cluster created a regression. The ingress className needs to be specified. --- src/helm/env.d/staging/values.desk.yaml.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helm/env.d/staging/values.desk.yaml.gotmpl b/src/helm/env.d/staging/values.desk.yaml.gotmpl index 7ad4dbd..3e72576 100644 --- a/src/helm/env.d/staging/values.desk.yaml.gotmpl +++ b/src/helm/env.d/staging/values.desk.yaml.gotmpl @@ -72,12 +72,14 @@ frontend: ingress: enabled: true host: desk-staging.beta.numerique.gouv.fr + className: nginx annotations: cert-manager.io/cluster-issuer: letsencrypt-prod ingressAdmin: enabled: true host: desk-staging.beta.numerique.gouv.fr + className: nginx annotations: cert-manager.io/cluster-issuer: letsencrypt-prod nginx.ingress.kubernetes.io/auth-signin: https://oauth2-proxy-preprod.beta.numerique.gouv.fr/oauth2/start