From d249ed0c71164c3f89f590d2ffe3004cda6294a9 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Mon, 9 Sep 2024 16:24:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20change=20production=20medi?= =?UTF-8?q?a=20storage=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The set the correct media storage name for production environment. --- src/helm/env.d/production/values.impress.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/env.d/production/values.impress.yaml.gotmpl b/src/helm/env.d/production/values.impress.yaml.gotmpl index 971fae9b..0401bcf5 100644 --- a/src/helm/env.d/production/values.impress.yaml.gotmpl +++ b/src/helm/env.d/production/values.impress.yaml.gotmpl @@ -165,7 +165,7 @@ ingressMedia: nginx.ingress.kubernetes.io/auth-url: https://docs.numerique.gouv.fr/api/v1.0/documents/retrieve-auth/ nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" - nginx.ingress.kubernetes.io/rewrite-target: /impress-production-impress-media-storage/$1 + nginx.ingress.kubernetes.io/rewrite-target: /impress-impress-media-storage/$1 nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/upstream-vhost: s3.hedy-lamarr.indiehosters.net