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