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}
master:
persistence:
storageClass: local-path
existingClaim: redis-master-pvc
selector:
matchLabels:
@@ -30,6 +31,7 @@ spec:
replica:
replicaCount: 1
persistence:
storageClass: local-path
existingClaim: redis-replica-pvc
selector:
matchLabels: