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;