|
@ -54,7 +54,15 @@ questions: |
|
|
- "Other" |
|
|
- "Other" |
|
|
group: Health Check |
|
|
group: Health Check |
|
|
- variable: keepalived.check_script |
|
|
- 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" |
|
|
default: "ss -ltn | grep :443" |
|
|
description: "Service Healthcheck Script (runs inside the Keepalived container)" |
|
|
description: "Service Healthcheck Script (runs inside the Keepalived container)" |
|
|
label: Check Script |
|
|
label: Check Script |
|
@ -62,7 +70,7 @@ questions: |
|
|
group: Health Check |
|
|
group: Health Check |
|
|
required: true |
|
|
required: true |
|
|
- variable: keepalived.check_port |
|
|
- variable: keepalived.check_port |
|
|
show_if: "serviceKind=Generic TCP" |
|
|
show_if: "haManagedService=Generic TCP" |
|
|
default: "80" |
|
|
default: "80" |
|
|
description: "Generic TCP Port" |
|
|
description: "Generic TCP Port" |
|
|
label: Check Port |
|
|
label: Check Port |
|
|