Initial upload
This commit is contained in:
parent
d25a81780b
commit
005073277b
14 changed files with 236 additions and 145 deletions
|
|
@ -763,23 +763,12 @@ vmauth:
|
|||
annotations:
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
cert-manager.io/cluster-issuer: main
|
||||
host: o12y.penguin-observability.think-ahead.cloud
|
||||
host: o12y.ABC
|
||||
tlsHosts:
|
||||
- o12y.penguin-observability.think-ahead.cloud
|
||||
- o12y.ABC
|
||||
tlsSecretName: vmauth-tls-secret
|
||||
unauthorizedUserAccessSpec:
|
||||
# -- Flag, that allows to disable default VMAuth unauthorized user access config
|
||||
disabled: false
|
||||
discover_backend_ips: true
|
||||
url_map:
|
||||
- src_paths:
|
||||
- '{{ .vm.read.path }}/.*'
|
||||
url_prefix:
|
||||
- '{{ urlJoin (omit .vm.read "path") }}/'
|
||||
- src_paths:
|
||||
- '{{ .vm.write.path }}/.*'
|
||||
url_prefix:
|
||||
- '{{ urlJoin (omit .vm.write "path") }}/'
|
||||
unauthorizedUserAccessSpec: {}
|
||||
selectAllByDefault: true
|
||||
|
||||
vmagent:
|
||||
# -- Create VMAgent CR
|
||||
|
|
@ -882,6 +871,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…
Add table
Add a link
Reference in a new issue