Update template/stacks/observability/victoria-k8s-stack/values.yaml
This commit is contained in:
parent
29d6cc2660
commit
d76579d814
1 changed files with 9 additions and 0 deletions
|
@ -758,6 +758,15 @@ vmauth:
|
||||||
# * `{{ .vm.write }}` - parsed vminsert, vmsingle or external.vm.write URL
|
# * `{{ .vm.write }}` - parsed vminsert, vmsingle or external.vm.write URL
|
||||||
spec:
|
spec:
|
||||||
port: "8427"
|
port: "8427"
|
||||||
|
ingress:
|
||||||
|
class_name: nginx
|
||||||
|
annotations:
|
||||||
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||||
|
cert-manager.io/cluster-issuer: main
|
||||||
|
host: o12y.penguin-observability.think-ahead.cloud
|
||||||
|
tlsHosts:
|
||||||
|
- o12y.penguin-observability.think-ahead.cloud
|
||||||
|
tlsSecretName: vmauth-tls-secret
|
||||||
unauthorizedUserAccessSpec:
|
unauthorizedUserAccessSpec:
|
||||||
# -- Flag, that allows to disable default VMAuth unauthorized user access config
|
# -- Flag, that allows to disable default VMAuth unauthorized user access config
|
||||||
disabled: false
|
disabled: false
|
||||||
|
|
Loading…
Reference in a new issue