fix storageClassName of redis volumes

This commit is contained in:
2024-06-27 10:15:58 +10:00
parent 9da194cb69
commit 11050a71b2

View File

@@ -21,6 +21,7 @@ spec:
password: ${password} password: ${password}
master: master:
persistence: persistence:
storageClass: local-path
existingClaim: redis-master-pvc existingClaim: redis-master-pvc
selector: selector:
matchLabels: matchLabels:
@@ -30,6 +31,7 @@ spec:
replica: replica:
replicaCount: 1 replicaCount: 1
persistence: persistence:
storageClass: local-path
existingClaim: redis-replica-pvc existingClaim: redis-replica-pvc
selector: selector:
matchLabels: matchLabels: