From 76f925beed0affadb1df38bc1fb6ec168da1c44c Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Fri, 21 Jan 2022 23:21:42 +0530 Subject: [PATCH] chore(helm): example for db upgrade Signed-off-by: Rajesh Rajendran --- scripts/helmcharts/vars.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 85901873f..a19ab96ae 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -8,6 +8,13 @@ postgresql: &postgres postgresqlPort: "5432" postgresqlUser: "postgres" postgresqlDatabase: "postgres" + # resources: + # requests: + # memory: 256Mi + # cpu: 250m + # limits: + # memory: 3000Mi + # cpu: 2 clickhouse: {} # For enterpriseEdition @@ -91,6 +98,8 @@ chalice: ## Changes to nginx # # nginx-ingress: +# sslKey: site.crt +# sslCert: site.crt # customServerConfigs: | # # Redirecting http to https # return 301 https://$host$request_uri;