disable valkey persistence by default, but add some more docs on where you can find the parameters for each chart to enable it if you want

This commit is contained in:
jessebot
2025-01-18 11:14:39 +01:00
parent 206cd20a0e
commit 1fc22b7386
4 changed files with 17 additions and 12 deletions
+8 -4
View File
@@ -175,7 +175,7 @@ externalValkey:
# valkey is a fork of redis with a better license
valkey:
# -- enable the bundled valkey sub chart from Bitnami.
# -- enable the bundled [valkey sub chart from Bitnami](https://github.com/bitnami/charts/blob/main/bitnami/valkey/README.md#parameters).
# Must set to true if externalValkey.enabled=false
enabled: true
fullnameOverride: "valkey"
@@ -200,13 +200,15 @@ valkey:
disableCommands:
- FLUSHALL
persistence:
enabled: true
# -- enable to persistent primary data accross restarts
enabled: false
existingClaim: ""
# valkey replica configuration
replica:
persistence:
enabled: true
# -- enable to persistent replica data accross restarts
enabled: false
existingClaim: ""
# persistnent volume retention policy for the StatefulSet
@@ -226,10 +228,12 @@ valkey:
postgresql:
# -- enable the bundled postgresql sub chart from Bitnami.
# -- enable the bundled [postgresql sub chart from Bitnami](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/README.md#parameters).
# Must set to true if externalDatabase.enabled=false
enabled: true
fullnameOverride: "postgresql"
global:
storageClass: ""
pixelfed:
# -- Automatically run [artisan migrate --force] if new migrations are detected.