From 2370a4e8dcf892ab875fc104b5c814f57d34ea1d Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 22 Dec 2021 12:55:55 +0530 Subject: [PATCH] docs(values): comment for nginx redirect Signed-off-by: Rajesh Rajendran --- scripts/helm/helm/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/helm/helm/values.yaml b/scripts/helm/helm/values.yaml index c8af79fd8..061a59f4f 100644 --- a/scripts/helm/helm/values.yaml +++ b/scripts/helm/helm/values.yaml @@ -55,10 +55,15 @@ global: # chartname: # filedFrom chart/Values.yaml: # key: value -# + # For example: # # alerts: # resources: # limits: # cpu: 1 + +# If you want to redirect nginx http to https +# nginx-ingress: +# customServerConfigs: | +# return 301 https://$host$request_uri;