This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
k8s-cluster-config/system/values/cilium.yaml

11 lines
249 B
YAML
Raw Normal View History

2024-01-26 15:53:13 +00:00
operator:
replicas: 1
endpointRoutes:
# -- Enable use of per endpoint routes instead of routing via
# the cilium_host interface.
enabled: true
ipam:
ciliumNodeUpdateRate: "15s"
operator:
2024-02-04 08:31:09 +00:00
clusterPoolIPv4PodCIDRList: ["10.244.0.0/16"]