Skip to content

Commit

Permalink
feat: remove yaml merge tag (#3679)
Browse files Browse the repository at this point in the history
Co-authored-by: João Vanzuita <[email protected]>
  • Loading branch information
knative-prow-robot and converge authored Feb 9, 2024
1 parent 1ef45e3 commit 31796db
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
- name: profiling
containerPort: 8008

readinessProbe: &probe
readinessProbe:
periodSeconds: 1
httpGet:
scheme: HTTPS
Expand All @@ -109,7 +109,13 @@ spec:
- name: k-kubelet-probe
value: "webhook"
livenessProbe:
<<: *probe
periodSeconds: 1
httpGet:
scheme: HTTPS
port: 8443
httpHeaders:
- name: k-kubelet-probe
value: "webhook"
initialDelaySeconds: 20

# Our webhook should gracefully terminate by lame ducking first, set this to a sufficiently
Expand Down

0 comments on commit 31796db

Please sign in to comment.