Apply suggestions from code review - fix values.yaml comments
This commit is contained in:
@@ -194,7 +194,8 @@ valkey:
|
|||||||
|
|
||||||
# primary (control plane) configuration
|
# primary (control plane) configuration
|
||||||
primary:
|
primary:
|
||||||
disableCommands: # Laravel requires the ability to call FLUSHDB, which is disabled by default
|
# -- Laravel requires the ability to call FLUSHDB, which is disabled by default
|
||||||
|
disableCommands:
|
||||||
- FLUSHALL
|
- FLUSHALL
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -213,10 +214,10 @@ valkey:
|
|||||||
whenDeleted: Retain
|
whenDeleted: Retain
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
# we use a grafana exporter that logs into valkey directly
|
# -- we use a grafana exporter that logs into valkey directly, but you can enable this if you don't use that
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
|
# -- definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
|
||||||
# Options: nano, micro, small, medium, large, xlarge, 2xlarge
|
# Options: nano, micro, small, medium, large, xlarge, 2xlarge
|
||||||
# default: nano
|
# default: nano
|
||||||
resourcesPreset: "small"
|
resourcesPreset: "small"
|
||||||
|
|||||||
Reference in New Issue
Block a user