|
@ -10,12 +10,12 @@ questions: |
|
|
type: string |
|
|
type: string |
|
|
- variable: keepalived.virtual_mask |
|
|
- variable: keepalived.virtual_mask |
|
|
default: 24 |
|
|
default: 24 |
|
|
description: "VRRP Virtual IP Network Mask" |
|
|
description: "VRRP Virtual IP Network Mask (0-255)" |
|
|
label: Network Mask |
|
|
label: Network Mask |
|
|
type: int |
|
|
type: int |
|
|
- variable: keepalived.vrid |
|
|
- variable: keepalived.vrid |
|
|
default: 1 |
|
|
default: 1 |
|
|
description: "VRRP Virtual Router ID" |
|
|
description: "VRRP Virtual Router ID (0-255)" |
|
|
label: Router ID |
|
|
label: Router ID |
|
|
type: int |
|
|
type: int |
|
|
- variable: keepalived.interface |
|
|
- variable: keepalived.interface |
|
@ -25,17 +25,16 @@ questions: |
|
|
type: string |
|
|
type: string |
|
|
- variable: keepalived.auth_pass |
|
|
- variable: keepalived.auth_pass |
|
|
default: "agoodpwd" |
|
|
default: "agoodpwd" |
|
|
description: "VRRP Authentication Password" |
|
|
description: "8 characters VRRP Authentication Password" |
|
|
label: Auth Password |
|
|
label: Auth Password |
|
|
type: password |
|
|
type: string |
|
|
- variable: keepalived.check_port |
|
|
|
|
|
default: "443" |
|
|
|
|
|
description: "Service Healthcheck Port" |
|
|
|
|
|
label: Check Port |
|
|
|
|
|
type: int |
|
|
|
|
|
- variable: keepalived.check_script |
|
|
- variable: keepalived.check_script |
|
|
default: "ss -ltn | grep :443" |
|
|
default: "ss -ltn | grep :443" |
|
|
description: "Service Healthcheck Script" |
|
|
description: "Service Healthcheck Script (runs in the Keepalived container)" |
|
|
label: Check Script |
|
|
label: Check Script |
|
|
type: string |
|
|
type: string |
|
|
|
|
|
- variable: nodeSelector |
|
|
|
|
|
default: "role=ingress" |
|
|
|
|
|
description: "Node Selector for the Keepalived Pods." |
|
|
|
|
|
label: Node Selector |
|
|
|
|
|
type: string |
|
|