Update otc/penguin-observability.think-ahead.cloud/stacks/observability/victoria-k8s-stack/values.yaml
This commit is contained in:
parent
343528d4a1
commit
e003f36367
1 changed files with 10 additions and 1 deletions
|
@ -749,7 +749,7 @@ vmalert:
|
||||||
|
|
||||||
vmauth:
|
vmauth:
|
||||||
# -- Enable VMAuth CR
|
# -- Enable VMAuth CR
|
||||||
enabled: false
|
enabled: true
|
||||||
# -- VMAuth annotations
|
# -- VMAuth annotations
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# -- (object) Full spec for VMAuth CRD. Allowed values described [here](https://docs.victoriametrics.com/operator/api#vmauthspec)
|
# -- (object) Full spec for VMAuth CRD. Allowed values described [here](https://docs.victoriametrics.com/operator/api#vmauthspec)
|
||||||
|
@ -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