fix(operators): update certificate for Victoria Metrics webhook

This commit is contained in:
David Landry 2024-09-08 18:45:52 -04:00
parent 99f90e1544
commit be9bedf44e
4 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,9 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: vm-serving-cert
namespace: vm
spec:
dnsNames:
- vm-webhook-service.vm.svc
- vm-webhook-service.vm.svc.cluster.local

View file

@ -3,6 +3,9 @@ kind: Kustomization
resources:
- github.com/VictoriaMetrics/operator/config/base?ref=v0.47.3
patches:
- path: certificate.patch.yaml
images:
- name: manager
newName: victoriametrics/operator

View file

@ -0,0 +1,9 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: vm-serving-cert
namespace: vm
spec:
dnsNames:
- vm-webhook-service.victoriametrics-system.svc
- vm-webhook-service.victoriametrics-system.svc.cluster.local

View file

@ -4,3 +4,5 @@ resources:
- ../../base
namespace: victoriametrics-system
patches:
- path: certificate.patch.yaml