Skip to content

Commit 70b5c02

Browse files
Fix: mount db volume to /data directory (#15)
1 parent a216541 commit 70b5c02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/redis-stack-server/templates/redis-stack-server.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ spec:
3535
ports:
3636
- containerPort: {{ .Values.redis_stack_server.port }}
3737
name: db
38+
volumeMounts:
39+
- name: db
40+
mountPath: /data
3841
volumeClaimTemplates:
3942
- metadata:
4043
name: db

0 commit comments

Comments
 (0)