fix(atlantis): Setup Redis Operator for staging

This commit is contained in:
2025-11-13 10:06:40 +01:00
parent d8c4cd045c
commit c2b6ecddba
5 changed files with 32 additions and 20 deletions
-3
View File
@@ -34,9 +34,6 @@ spec:
passwordFromSecret:
name: {{ .Values.redis.secret.name | quote }}
key: {{ .Values.redis.secret.key | quote }}
# metrics:
# enabled: {{ .Values.redis.metrics.enabled | default false }}
# port: 6379
{{- if .Values.redis.backup.enabled }}
snapshot:
dir: /data # Change to s3://redis/prod-atlantis-redis
+2 -2
View File
@@ -74,8 +74,8 @@ persistence:
redis:
enabled: false
instances: 1
metrics:
enabled: false
# metrics:
# enabled: false
backup:
enabled: false
size: 1Gi