|
@ -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 |
|
|