values.yaml 653 B

1234567891011121314151617181920212223242526272829303132
  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. cluster:
  24. name: "cluster1"
  25. id: 1
  26. ipv4NativeRoutingCIDR: 10.0.0.0/9