diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 6edb0f32c..14561985d 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -16,7 +16,7 @@ postgresql: &postgres # memory: 3000Mi # cpu: 2 -clickhouse: {} +clickhouse: &clickhouse # For enterpriseEdition # enabled: true @@ -106,6 +106,6 @@ chalice: # # and copied to ../openreplay/files/ # sslKey: site.key # sslCert: site.crt +# # Redirecting http to https # customServerConfigs: | -# # Redirecting http to https # return 301 https://$host$request_uri;