2018-02-17 11:37:47 +08:00
|
|
|
---
|
|
|
|
# Log-level
|
|
|
|
cilium_debug: false
|
2019-08-06 16:37:55 +08:00
|
|
|
|
|
|
|
cilium_enable_ipv4: true
|
|
|
|
cilium_enable_ipv6: false
|
2018-02-17 11:37:47 +08:00
|
|
|
|
|
|
|
# Etcd SSL dirs
|
|
|
|
cilium_cert_dir: /etc/cilium/certs
|
2019-04-19 21:01:54 +08:00
|
|
|
kube_etcd_cacert_file: ca.pem
|
|
|
|
kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
|
|
|
|
kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem
|
2018-02-17 11:37:47 +08:00
|
|
|
|
|
|
|
# Limits for apps
|
|
|
|
cilium_memory_limit: 500M
|
2018-07-27 04:17:27 +08:00
|
|
|
cilium_cpu_limit: 500m
|
2018-02-17 11:37:47 +08:00
|
|
|
cilium_memory_requests: 64M
|
2018-07-27 04:17:27 +08:00
|
|
|
cilium_cpu_requests: 100m
|
2018-02-17 11:37:47 +08:00
|
|
|
|
|
|
|
# Optional features
|
|
|
|
cilium_enable_prometheus: false
|
2019-08-06 16:37:55 +08:00
|
|
|
# Enable if you want to make use of hostPort mappings
|
|
|
|
cilium_enable_portmap: false
|
|
|
|
|
|
|
|
# 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
|