change grafana volume to RWX
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
285c0b53d3
commit
7e20805c34
1 changed files with 2 additions and 3 deletions
|
@ -80,9 +80,8 @@ grafana:
|
||||||
- grafana.services.yolokube.de
|
- grafana.services.yolokube.de
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
deploymentStrategy:
|
accessModes:
|
||||||
type: Recreate
|
- ReadWriteMany
|
||||||
rollingUpdate: null
|
|
||||||
prometheus-node-exporter:
|
prometheus-node-exporter:
|
||||||
prometheus:
|
prometheus:
|
||||||
monitor:
|
monitor:
|
||||||
|
|
Loading…
Reference in a new issue