From 54de370b3191c06cd0354cfa65543fe2bac31b77 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Sun, 23 Jan 2022 23:30:53 +0100 Subject: [PATCH 1/2] feat(nginx): fixed comment in vars.yaml --- scripts/helmcharts/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 6edb0f32c..acae47824 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -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; From e39b7b5c97655ab558113a740b60952b29544d0b Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Mon, 24 Jan 2022 01:03:38 +0100 Subject: [PATCH 2/2] changed clickhouse in vars.yaml --- scripts/helmcharts/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index acae47824..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