feat(grafana): added basic persistence for grafana
This commit is contained in:
parent
00dd935a88
commit
d4ef3d4a44
1 changed files with 6 additions and 2 deletions
|
@ -773,9 +773,9 @@ vmauth:
|
|||
discover_backend_ips: true
|
||||
url_map:
|
||||
- src_paths:
|
||||
- '{{ .vm.read.path }}/.*'
|
||||
- /.*
|
||||
url_prefix:
|
||||
- '{{ urlJoin (omit .vm.read "path") }}/'
|
||||
- 'http://vlogs-victorialogs:9428'
|
||||
- src_paths:
|
||||
- '{{ .vm.write.path }}/.*'
|
||||
url_prefix:
|
||||
|
@ -882,6 +882,10 @@ defaultDatasources:
|
|||
grafana:
|
||||
enabled: true
|
||||
# all values for grafana helm chart can be specified here
|
||||
persistence:
|
||||
enabled: true
|
||||
type: pvc
|
||||
storageClassName: "default"
|
||||
sidecar:
|
||||
datasources:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue