From 7c7aee64591cd1c7492505d63689b6b99bfd07e6 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 14 Apr 2022 20:40:57 +0200 Subject: [PATCH] chore(nginx): disable ssl redirection by default Signed-off-by: rjshrjndrn --- scripts/helmcharts/vars.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 67c1991b0..7f5aaf424 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -58,10 +58,10 @@ ingress-nginx: &ingress-nginx forwarded-for-header: "proxy_protocol" # Ref: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#max-worker-connections max-worker-connections: 0 - # If you want the ssl offload in LB layer - # Uncomment the following line - # ssl-redirect: false - # force-ssl-redirect: false + # If you want the ssl redirection + # Comment the following line + ssl-redirect: false + force-ssl-redirect: false # Application specific variables global: