From 64c4360e4f6c35c2bbcbf90ada54bd27de7f635a Mon Sep 17 00:00:00 2001 From: Dennis Schmalacker Date: Mon, 11 Jan 2021 15:31:09 +0100 Subject: [PATCH] Check liveness and readyness on correct port --- deploy/cert-manager-webhook-hetzner/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/cert-manager-webhook-hetzner/templates/deployment.yaml b/deploy/cert-manager-webhook-hetzner/templates/deployment.yaml index b31788a..fa7058c 100644 --- a/deploy/cert-manager-webhook-hetzner/templates/deployment.yaml +++ b/deploy/cert-manager-webhook-hetzner/templates/deployment.yaml @@ -37,12 +37,12 @@ spec: protocol: TCP livenessProbe: httpGet: - scheme: HTTPS + scheme: 8443 path: /healthz port: https readinessProbe: httpGet: - scheme: HTTPS + scheme: 8443 path: /healthz port: https volumeMounts: