docs(values): comment for nginx redirect

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-12-22 12:55:55 +05:30
parent eae1d6b763
commit 2370a4e8dc

View file

@ -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;