From 524c2c8df125cc4d6db35f8a63be1398b1617366 Mon Sep 17 00:00:00 2001 From: Dimitri Saridakis Date: Thu, 29 Jun 2023 16:18:49 +0100 Subject: [PATCH] fix: fixes the path for readiness probe --- config/internal/mcad/deployment.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/internal/mcad/deployment.yaml.tmpl b/config/internal/mcad/deployment.yaml.tmpl index 56cc691f4..4620c1dc7 100644 --- a/config/internal/mcad/deployment.yaml.tmpl +++ b/config/internal/mcad/deployment.yaml.tmpl @@ -48,7 +48,7 @@ spec: periodSeconds: 5 readinessProbe: httpGet: - path: /readyz + path: /healthz port: 8081 timeoutSeconds: 5 periodSeconds: 5