From 3a5c3b40346c5c281718be6a8c668f533c492379 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Thu, 9 Jul 2020 10:10:59 -0300 Subject: [PATCH] Fixed issue with Ingress healthcheck in keepalived --- charts/keepalived/v2.0.20/questions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/keepalived/v2.0.20/questions.yaml b/charts/keepalived/v2.0.20/questions.yaml index 10d19b3..e4bb5ee 100644 --- a/charts/keepalived/v2.0.20/questions.yaml +++ b/charts/keepalived/v2.0.20/questions.yaml @@ -58,7 +58,7 @@ questions: # Nginx Ingress - variable: keepalived.check_script show_if: "haManagedService=Nginx Ingress" - default: "wget -q http://localhost/healthz -O -" + default: wget -q localhost\\/healthz -O - description: "Default Nginx Ingress healthcheck." label: Nginx Ingress Check Script type: string