Interlegis Public Rancher Charts for Kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

53 lines
1.3 KiB

labels:
io.cattle.role: project
categories:
- High Availibility
questions:
- variable: keepalived.virtual_ip
default: "192.168.1.1"
description: "VRRP Virtual IP Address"
label: Virtual IP
type: string
group: vrrpip
required: true
- variable: keepalived.virtual_mask
default: 24
description: "VRRP Virtual IP Network Mask (0-255)"
label: Network Mask
type: int
group: vrrpip
required: true
- variable: keepalived.vrid
default: 1
description: "VRRP Virtual Router ID (0-255)"
label: Router ID
type: int
group: vrrpip
required: true
- variable: keepalived.interface
default: "eth0"
description: "Network Interface for VRRP Packets"
label: Network Interface
type: string
group: vrrpip
required: true
- variable: keepalived.auth_pass
default: "agoodpwd"
description: "8 characters VRRP Authentication Password"
label: Auth Password
type: string
group: vrrpcfg
required: true
- variable: keepalived.check_script
default: "ss -ltn | grep :443"
description: "Service Healthcheck Script (runs in the Keepalived container)"
label: Check Script
type: string
group: vrrpcfg
required: true
- variable: nodeSelector
default: "role=ingress"
description: "Node Selector for the Keepalived Pods."
label: Node Selector
type: string
required: false