Initial upload

This commit is contained in:
Automated pipeline 2025-05-28 13:29:12 +00:00 committed by Actions pipeline
parent bf58be8d98
commit 21b459a656
2 changed files with 8 additions and 4 deletions

View file

@ -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