Initial upload
This commit is contained in:
parent
0bfe3ba1dd
commit
471a75c2bf
2 changed files with 9 additions and 20 deletions
|
@ -1,22 +1,3 @@
|
|||
apiVersion: operator.victoriametrics.com/v1beta1
|
||||
kind: VMAuth
|
||||
metadata:
|
||||
name: vmauth
|
||||
namespace: observability
|
||||
spec:
|
||||
selectAllByDefault: true
|
||||
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
|
||||
|
||||
---
|
||||
|
||||
apiVersion: operator.victoriametrics.com/v1beta1
|
||||
kind: VMUser
|
||||
metadata:
|
||||
|
@ -36,4 +17,3 @@ spec:
|
|||
name: victorialogs
|
||||
namespace: observability
|
||||
paths: ["/.*"]
|
||||
|
||||
|
|
|
@ -758,6 +758,15 @@ vmauth:
|
|||
# * `{{ .vm.write }}` - parsed vminsert, vmsingle or external.vm.write URL
|
||||
spec:
|
||||
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:
|
||||
# -- Flag, that allows to disable default VMAuth unauthorized user access config
|
||||
disabled: false
|
||||
|
|
Loading…
Reference in a new issue