chore(helm): example for db upgrade

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-21 23:21:42 +05:30
parent 1f379435ec
commit 76f925beed

View file

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