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.
 
Fábio Kaiser Rauber 1e9748dff0 Redefine questions form 5 years ago
..
templates First version of keepalived chart 5 years ago
.helmignore First version of keepalived chart 5 years ago
Chart.yaml First version of keepalived chart 5 years ago
README.md First version of keepalived chart 5 years ago
app-readme.md First version of keepalived chart 5 years ago
questions.yaml Redefine questions form 5 years ago
values.yaml First version of keepalived chart 5 years ago

README.md

Keepalived Helm Chart

This helm chart provides Keepalived as a DaemonSet for hosts with a specific nodeSelector (default role=ingress).

Parameters and Default Values

Parameter Description Default
keepalived.auth_pass Keepalived authentication Password agoodpwd
keepalived.check_port Port the service should be listening on `443
keepalived.check_script Custom script for service healthcheckabled `ss -ltn
keepalived.interface Interface for keepalived heartbeats eth0
keepalived.virtual_ip IP Address for your HA service 192.168.1.1
keepalived.virtual_mask Network Mask for the HA IP Address 24
keepalived.vrid VRRP Virtual Router ID (0-255) 124
nodeSelector Used to select the nodes for the daemonset role: ingress