values.yaml 678 B

123456789101112131415161718192021222324252627282930313233
  1. # -- Affinity for cilium-agent.
  2. affinity:
  3. podAntiAffinity:
  4. requiredDuringSchedulingIgnoredDuringExecution:
  5. - topologyKey: kubernetes.io/hostname
  6. labelSelector:
  7. matchLabels:
  8. k8s-app: cilium
  9. nodeAffinity:
  10. requiredDuringSchedulingIgnoredDuringExecution:
  11. nodeSelectorTerms:
  12. - matchExpressions:
  13. - key: cilium.cluster.local/schedulable
  14. operator: NotIn
  15. values:
  16. - "false"
  17. k8sServiceHost: "192.168.0.144"
  18. k8sServicePort: "6443"
  19. l2announcements:
  20. enabled: true
  21. l2podAnnouncements:
  22. enabled: true
  23. interface: "br154.154"
  24. cluster:
  25. name: "cluster1"
  26. id: 1
  27. ipv4NativeRoutingCIDR: 10.0.0.0/9