fix(operators): update certificate for Victoria Metrics webhook
This commit is contained in:
parent
99f90e1544
commit
0eeedd6dae
4 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: vm-serving-cert
|
||||
spec:
|
||||
dnsNames:
|
||||
- vm-webhook-service.victoriametrics-system.svc
|
||||
- vm-webhook-service.victoriametrics-system.svc.cluster.local
|
||||
|
|
@ -4,3 +4,6 @@ resources:
|
|||
- ../../base
|
||||
|
||||
namespace: victoriametrics-system
|
||||
|
||||
patches:
|
||||
- path: certificate.patch.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue