We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa39e8 commit 5d07211Copy full SHA for 5d07211
yamls/webhook.yaml
@@ -44,6 +44,30 @@ spec:
44
- mountPath: /tmp/k8s-webhook-server/serving-certs
45
name: cert
46
readOnly: true
47
+ ports:
48
+ - containerPort: 8443
49
+ name: https
50
+ protocol: TCP
51
+ livenessProbe:
52
+ failureThreshold: 3
53
+ httpGet:
54
+ path: /validating
55
+ port: 8443
56
+ scheme: HTTPS
57
+ initialDelaySeconds: 60
58
+ periodSeconds: 10
59
+ successThreshold: 1
60
+ timeoutSeconds: 1
61
+ readinessProbe:
62
63
64
65
66
67
+ initialDelaySeconds: 5
68
+ periodSeconds: 5
69
70
71
volumes:
72
- name: cert
73
secret:
0 commit comments