From e51704e41ace9d239b63554a179d96513507b5d0 Mon Sep 17 00:00:00 2001 From: noesberger Date: Thu, 17 Jun 2021 15:55:15 +0200 Subject: [PATCH] set readinessProbe to https Fix the error Readiness probe failed: Get "http://100.105.5.5:5556/healthz": dial tcp 100.105.5.5:5556: connect: connection refused Client sent an HTTP request to an HTTPS server. --- examples/k8s/dex.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/k8s/dex.yaml b/examples/k8s/dex.yaml index 6a77c735..8201c79e 100644 --- a/examples/k8s/dex.yaml +++ b/examples/k8s/dex.yaml @@ -53,6 +53,7 @@ spec: httpGet: path: /healthz port: 5556 + scheme: HTTPS volumes: - name: config configMap: