Removed unneded code
This commit is contained in:
parent
d76579d814
commit
5f91a08c42
1 changed files with 0 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: ["/.*"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue