Browse Source

Fixed issue with Ingress healthcheck in keepalived

master
Fábio Kaiser Rauber 5 years ago
parent
commit
3a5c3b4034
  1. 2
      charts/keepalived/v2.0.20/questions.yaml

2
charts/keepalived/v2.0.20/questions.yaml

@ -58,7 +58,7 @@ questions:
# Nginx Ingress # Nginx Ingress
- variable: keepalived.check_script - variable: keepalived.check_script
show_if: "haManagedService=Nginx Ingress" show_if: "haManagedService=Nginx Ingress"
default: "wget -q http://localhost/healthz -O -" default: wget -q localhost\\/healthz -O -
description: "Default Nginx Ingress healthcheck." description: "Default Nginx Ingress healthcheck."
label: Nginx Ingress Check Script label: Nginx Ingress Check Script
type: string type: string

Loading…
Cancel
Save