diff --git a/charts/keepalived/v2.2.0/questions.yaml b/charts/keepalived/v2.2.0/questions.yaml index dc7a52f..fc1df3e 100644 --- a/charts/keepalived/v2.2.0/questions.yaml +++ b/charts/keepalived/v2.2.0/questions.yaml @@ -54,7 +54,15 @@ questions: - "Other" group: Health Check - variable: keepalived.check_script - show_if: "serviceKind=Other" + show_if: "haManagedService=Nginx Ingress" + default: "wget http://localhost/healthz" + description: "Service Healthcheck Script (runs inside the Keepalived container)" + label: Check Script + type: string + group: Health Check + required: true +- variable: keepalived.check_script + show_if: "haManagedService=Other" default: "ss -ltn | grep :443" description: "Service Healthcheck Script (runs inside the Keepalived container)" label: Check Script @@ -62,7 +70,7 @@ questions: group: Health Check required: true - variable: keepalived.check_port - show_if: "serviceKind=Generic TCP" + show_if: "haManagedService=Generic TCP" default: "80" description: "Generic TCP Port" label: Check Port