e257d92f41
* Add resources needed to deploy 1.6.4 * Use cilium v1.6.4 * Change deprecated option name * Add update crd to clusterrole cilium * Cilium 1.6.4 -> 1.6.5 * Make monitor-aggregation config configurable as a variable * Change monitor-aggregation default none->medium * Cilium 1.6.5 -> 1.6.6 * Update to 1.7.0 * v1.7.0->v1.7.1
34 lines
996 B
YAML
Executable file
34 lines
996 B
YAML
Executable file
---
|
|
# Log-level
|
|
cilium_debug: false
|
|
|
|
cilium_enable_ipv4: true
|
|
cilium_enable_ipv6: false
|
|
|
|
# Etcd SSL dirs
|
|
cilium_cert_dir: /etc/cilium/certs
|
|
kube_etcd_cacert_file: ca.pem
|
|
kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
|
|
kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem
|
|
|
|
# Limits for apps
|
|
cilium_memory_limit: 500M
|
|
cilium_cpu_limit: 500m
|
|
cilium_memory_requests: 64M
|
|
cilium_cpu_requests: 100m
|
|
|
|
# Overlay Network Mode
|
|
cilium_tunnel_mode: vxlan
|
|
# Optional features
|
|
cilium_enable_prometheus: false
|
|
# Enable if you want to make use of hostPort mappings
|
|
cilium_enable_portmap: false
|
|
# Monitor aggregation level (none/low/medium/maximum)
|
|
cilium_monitor_aggregation: medium
|
|
|
|
# If upgrading from Cilium < 1.5, you may want to override some of these options
|
|
# to prevent service disruptions. See also:
|
|
# http://docs.cilium.io/en/stable/install/upgrade/#changes-that-may-require-action
|
|
cilium_preallocate_bpf_maps: false
|
|
cilium_tofqdns_enable_poller: false
|
|
cilium_enable_legacy_services: false
|