re-add apps for PV fixes

This commit is contained in:
2024-07-26 01:50:48 +10:00
parent 088bb0c04a
commit 2526c08025
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
namespaceOverride: "redis"
auth:
existingSecret: "redis-secrets"
existingSecretPasswordKey: "password"
master:
persistence:
storageClass: local-path
existingClaim: redis-master-pvc
selector:
matchLabels:
name: redis-master-pvc
persistentVolumeClaimRetentionPolicy:
enabled: true
replica:
replicaCount: 1
persistence:
storageClass: local-path
existingClaim: redis-replica-pvc
selector:
matchLabels:
name: redis-replica-pvc
persistentVolumeClaimRetentionPolicy:
enabled: true