forked from infra/ansible
fmn: try adding a emptydir for redis data
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
85b073eda1
commit
42e605c499
1 changed files with 6 additions and 0 deletions
|
|
@ -464,6 +464,12 @@ spec:
|
|||
secretKeyRef:
|
||||
name: fmn
|
||||
key: redis-password
|
||||
volumeMounts:
|
||||
- name: redis-data
|
||||
mountPath: /data
|
||||
volumes:
|
||||
- name: redis-data
|
||||
emptyDir: {}
|
||||
---
|
||||
# Collectd stats collector
|
||||
apiVersion: apps/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue