From 31796db37f0cb3376669c28a33138e4b860dd4f8 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Fri, 9 Feb 2024 13:08:40 +0000 Subject: [PATCH] feat: remove yaml merge tag (#3679) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Vanzuita --- .../eventing-kafka-broker/200-webhook/500-webhook.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/control-plane/config/eventing-kafka-broker/200-webhook/500-webhook.yaml b/control-plane/config/eventing-kafka-broker/200-webhook/500-webhook.yaml index 6ece144c87..2fd93ed6d2 100644 --- a/control-plane/config/eventing-kafka-broker/200-webhook/500-webhook.yaml +++ b/control-plane/config/eventing-kafka-broker/200-webhook/500-webhook.yaml @@ -100,7 +100,7 @@ spec: - name: profiling containerPort: 8008 - readinessProbe: &probe + readinessProbe: periodSeconds: 1 httpGet: scheme: HTTPS @@ -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