From 5c869a2f6cc6ddc1953441d9402d03adb34104f7 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Wed, 27 Apr 2022 07:29:57 +1000 Subject: [PATCH] Update redis --- manifests/redis.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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: