From 03847c5f380f625d027258332ece3fb817eab2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9lie=20Loulergue?= Date: Thu, 19 Dec 2024 12:06:11 +0100 Subject: [PATCH] fix NGINX_SERVICE value with http:// --- opensource/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensource/templates/deployment.yaml b/opensource/templates/deployment.yaml index 8182d69..a415aa0 100644 --- a/opensource/templates/deployment.yaml +++ b/opensource/templates/deployment.yaml @@ -70,7 +70,7 @@ spec: - name: DUMP_FOLDER_PATH value: "{{ default "/dumps" .Values.redis.dumpFolderPath }}" - name: NGINX_SERVICE - value: {{.Release.Name}}-nginx-service + value: http://{{.Release.Name}}-nginx-service - name: NGINX_INGRESS value: '{{.Values.protocol}}://{{.Values.env}}{{.Values.domain}}' - name: IMAGE_SERVICE