chore(upgrade): update vars_template
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
74f211c1ee
commit
24ec37d235
1 changed files with 14 additions and 0 deletions
|
|
@ -72,3 +72,17 @@ enable_monitoring: "{{ enable_monitoring }}"
|
|||
#
|
||||
# Username: admin
|
||||
grafana_password: "{{ grafana_password }}"
|
||||
|
||||
## Advanced
|
||||
# If you need to override the default cpu/memory allocation of databases.
|
||||
db_resource_override:
|
||||
postgresql: {{ db_resource_override.postgresql|default({}) }}
|
||||
# resources:
|
||||
# limits:
|
||||
# cpu: 1000m
|
||||
# memory: 1024Mi
|
||||
# requests:
|
||||
# cpu: 250m
|
||||
# memory: 256Mi
|
||||
redis: {{ db_resource_override.redis|default({}) }}
|
||||
clickhouse: {{ db_resource_override.clickhouse|default({}) }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue