fix(operators): update certificate for Victoria Metrics webhook
This commit is contained in:
parent
99f90e1544
commit
be9bedf44e
4 changed files with 23 additions and 0 deletions
9
apps/victoriametrics/base/certificate.patch.yaml
Normal file
9
apps/victoriametrics/base/certificate.patch.yaml
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -4,3 +4,5 @@ resources:
|
|||
- ../../base
|
||||
|
||||
namespace: victoriametrics-system
|
||||
patches:
|
||||
- path: certificate.patch.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue