Skip to content

Commit

Permalink
Change appendonly config for redis (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemindD authored and msftcoderdjw committed Aug 9, 2024
1 parent 7fb170d commit e9d2884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/helm/symphony/templates/redis-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ data:
redis.conf: |
protected-mode {{ include "symphony.protectedMode" . }}
port {{ .Values.redis.port }}
{{- if .Values.redis.persistentVolume.enabled }}
appendonly yes
appendfsync always
dir data
appenddirname appendonlydir
{{- end }}

0 comments on commit e9d2884

Please sign in to comment.