Skip to content

Commit

Permalink
feat: remove yaml merge tag (#3654)
Browse files Browse the repository at this point in the history
  • Loading branch information
converge authored Feb 2, 2024
1 parent a3b83bc commit 6380b7b
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 6380b7b

Please sign in to comment.