chore(helm): example for db upgrade
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
1f379435ec
commit
76f925beed
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue