diff --git a/manifests/redis.yaml b/manifests/redis.yaml index 1a230bb..7b7178a 100644 --- a/manifests/redis.yaml +++ b/manifests/redis.yaml @@ -20,7 +20,9 @@ spec: existingSecretPasswordKey: redis-password persistence: - existingClaim: nfs-redis + size: 20Gi + storageClass: nfs-client + # existingClaim: nfs-redis volumePermissions: enabled: true # securityContext: @@ -38,8 +40,9 @@ spec: type: ClusterIP persistence: enabled: true - storageClass: nfs - existingClaim: nfs-redis + size: 20Gi + storageClass: nfs-client + # existingClaim: nfs-redis replica: persistence: