fix(chart): properly indent valkey subchart settings
This commit is contained in:
+29
-28
@@ -185,38 +185,39 @@ valkey:
|
|||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
existingSecretPasswordKey: "password"
|
existingSecretPasswordKey: "password"
|
||||||
# TLS settings
|
|
||||||
tls:
|
# TLS settings
|
||||||
enabled: false
|
tls:
|
||||||
authClients: true
|
enabled: false
|
||||||
autoGenerated: false
|
authClients: true
|
||||||
|
autoGenerated: false
|
||||||
|
|
||||||
# primary (control plane) configuration
|
# primary (control plane) configuration
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
|
||||||
existingClaim: ""
|
|
||||||
|
|
||||||
# valkey replica configuration
|
|
||||||
replica:
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
existingClaim: ""
|
|
||||||
|
|
||||||
# persistnent volume retention policy for the StatefulSet
|
|
||||||
persistentVolumeClaimRetentionPolicy:
|
|
||||||
enabled: true
|
enabled: true
|
||||||
whenScaled: Retain
|
existingClaim: ""
|
||||||
whenDeleted: Retain
|
|
||||||
|
|
||||||
metrics:
|
# valkey replica configuration
|
||||||
# we use a grafana exporter that logs into valkey directly
|
replica:
|
||||||
enabled: false
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
existingClaim: ""
|
||||||
|
|
||||||
# definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
|
# persistnent volume retention policy for the StatefulSet
|
||||||
# Options: nano, micro, small, medium, large, xlarge, 2xlarge
|
persistentVolumeClaimRetentionPolicy:
|
||||||
# default: nano
|
enabled: true
|
||||||
resourcesPreset: "small"
|
whenScaled: Retain
|
||||||
|
whenDeleted: Retain
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
# we use a grafana exporter that logs into valkey directly
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
# definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
|
||||||
|
# Options: nano, micro, small, medium, large, xlarge, 2xlarge
|
||||||
|
# default: nano
|
||||||
|
resourcesPreset: "small"
|
||||||
|
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|||||||
Reference in New Issue
Block a user