values.yaml 589 B

123456789101112131415161718192021222324
  1. k8sServiceHost: "201:c18b:10f7:a21:ac2c:cc10:f3e:64e6"
  2. k8sServicePort: "6443"
  3. # -- This feature set enables virtual BGP routers to be created via
  4. # CiliumBGPPeeringPolicy CRDs.
  5. bgpControlPlane:
  6. # -- Enables the BGP control plane.
  7. enabled: true
  8. # -- Configure BGP
  9. bgp:
  10. # -- Enable BGP support inside Cilium; embeds a new ConfigMap for BGP inside
  11. # cilium-agent and cilium-operator
  12. enabled: true
  13. announce:
  14. # -- Enable allocation and announcement of service LoadBalancer IPs
  15. loadbalancerIP: true
  16. cluster:
  17. name: "cluster2"
  18. id: 2
  19. ipv4NativeRoutingCIDR: 10.42.0.0/16