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
|
||||
kind: VMAuth
|
||||
metadata:
|
||||
name: metrics-auth
|
||||
name: metrics
|
||||
spec:
|
||||
selectAllByDefault: true
|
||||
userNamespaceSelector: {}
|
||||
|
|
@ -9,3 +9,8 @@ spec:
|
|||
ingress:
|
||||
class_name: nginx
|
||||
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