mirror of https://git.rancher.io/charts
80 lines
1.9 KiB
YAML
80 lines
1.9 KiB
YAML
# Default values for kube-vip.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
image:
|
|
repository: rancher/mirrored-kube-vip-kube-vip-iptables
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "v0.6.0"
|
|
|
|
config:
|
|
address: ""
|
|
|
|
env:
|
|
vip_interface: ""
|
|
vip_arp: "true"
|
|
lb_enable: "true"
|
|
lb_port: "6443"
|
|
vip_cidr: "32"
|
|
cp_enable: "false"
|
|
svc_enable: "true"
|
|
vip_leaderelection: "false"
|
|
|
|
imagePullSecrets: [ ]
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
# Specifies whether a service account should be created
|
|
create: true
|
|
# Annotations to add to the service account
|
|
annotations: { }
|
|
# The name of the service account to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name: ""
|
|
|
|
podAnnotations: { }
|
|
|
|
podSecurityContext: { }
|
|
# fsGroup: 2000
|
|
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- NET_ADMIN
|
|
- NET_RAW
|
|
|
|
resources: { }
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations:
|
|
- effect: NoSchedule
|
|
key: node-role.kubernetes.io/control-plane
|
|
operator: Exists
|
|
affinity: { }
|
|
# nodeAffinity:
|
|
# requiredDuringSchedulingIgnoredDuringExecution:
|
|
# nodeSelectorTerms:
|
|
# - matchExpressions:
|
|
# - key: node-role.kubernetes.io/master
|
|
# operator: Exists
|
|
# - matchExpressions:
|
|
# - key: node-role.kubernetes.io/control-plane
|
|
# operator: Exists
|
|
|
|
global:
|
|
cattle:
|
|
systemDefaultRegistry: ""
|