chore(monitoring): update certificate for vmauth
This commit is contained in:
parent
2e04472ffd
commit
ec00c6c6d0
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: operator.victoriametrics.com/v1beta1
|
apiVersion: operator.victoriametrics.com/v1beta1
|
||||||
kind: VMAuth
|
kind: VMAuth
|
||||||
metadata:
|
metadata:
|
||||||
name: metrics-auth
|
name: metrics
|
||||||
spec:
|
spec:
|
||||||
selectAllByDefault: true
|
selectAllByDefault: true
|
||||||
userNamespaceSelector: {}
|
userNamespaceSelector: {}
|
||||||
|
|
@ -9,3 +9,8 @@ spec:
|
||||||
ingress:
|
ingress:
|
||||||
class_name: nginx
|
class_name: nginx
|
||||||
host: metrics.int.nc.landry.land
|
host: metrics.int.nc.landry.land
|
||||||
|
tlsSecretName: vmauth-tls
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||||
|
tlsHosts:
|
||||||
|
- metrics.int.nc.landry.land
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue