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.

32 lines
535 B

# Default values for keepalived.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: interlegis/keepalived
pullPolicy: IfNotPresent
keepalived:
auth_pass: agoodpwd
check_port: 443
check_script: ss -ltn | grep :443
interface: eth0
virtual_ip: 192.168.1.1
virtual_mask: 24
vrid: 124
nodeSelector:
role: ingress
tolerations: []
affinity: {}
imagePullSecrets: []
resources:
limits:
cpu: 300m
memory: 25Mi
requests:
cpu: 100m
memory: 10Mi