Add missing service.
This commit is contained in:
parent
572c7d4f95
commit
cb1141650b
2 changed files with 10 additions and 1 deletions
|
@ -11,5 +11,6 @@ spec:
|
|||
groupPriorityMinimum: 1000
|
||||
versionPriority: 15
|
||||
service:
|
||||
name: Local
|
||||
name: webhook-dnsimple
|
||||
namespace: cert-manager
|
||||
version: v1alpha1
|
|
@ -50,6 +50,14 @@ spec:
|
|||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
service:
|
||||
app:
|
||||
controller: webhook-dnsimple
|
||||
ports:
|
||||
https:
|
||||
port: 443
|
||||
targetPort: 8443
|
||||
protocol: TCP
|
||||
persistence:
|
||||
certs:
|
||||
type: secret
|
||||
|
|
Loading…
Reference in a new issue