minor fix

This commit is contained in:
2025-07-07 03:11:20 +05:30
parent 49be75a0c2
commit e46dfc1710

View File

@@ -20,7 +20,7 @@ spec:
ports: ports:
- containerPort: 6379 - containerPort: 6379
volumeMounts: volumeMounts:
- name: redis - name: data
mountPath: /data mountPath: /data
subPath: redis subPath: redis
containers: containers: