diff --git a/helm/templates/redis.yaml b/helm/templates/redis.yaml index 4c59a5412..9ac1e951f 100644 --- a/helm/templates/redis.yaml +++ b/helm/templates/redis.yaml @@ -76,7 +76,7 @@ spec: {{- end }} resources: requests: - storage: 8Gi + storage: {{ .Values.redis.storage.capacity }} {{- end }} --- apiVersion: v1 diff --git a/helm/values.yaml b/helm/values.yaml index 5a53532ab..06c34db37 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -133,6 +133,8 @@ redis: storage: className: capacity: 5Gi + persistence: + enabled: true deployment: strategy: resources: