Initial upload
This commit is contained in:
parent
bf58be8d98
commit
21b459a656
2 changed files with 8 additions and 4 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
|
||||
|
|
|
@ -8,8 +8,8 @@ controller:
|
|||
annotations:
|
||||
kubernetes.io/elb.class: union
|
||||
kubernetes.io/elb.port: '80'
|
||||
kubernetes.io/elb.id: 8e021878-86bd-4ef3-8ec6-21897c2000df
|
||||
kubernetes.io/elb.ip: 164.30.19.240
|
||||
kubernetes.io/elb.id: 4d9d1b2e-18f2-4fba-99cd-152cc09573e2
|
||||
kubernetes.io/elb.ip: 80.158.37.167
|
||||
|
||||
ingressClassResource:
|
||||
name: nginx
|
||||
|
|
Loading…
Reference in a new issue