4984b3c51a
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
22 lines
463 B
YAML
22 lines
463 B
YAML
# https://github.com/cilium/cilium/blob/master/install/kubernetes/cilium/values.yaml
|
|
#
|
|
# https://docs.cilium.io/en/stable/gettingstarted/kubeproxy-free/
|
|
|
|
kubeProxyReplacement: strict
|
|
#k8sServiceHost: 2a0a:e5c0:10:bee:21b:fcff:feee:f4bc
|
|
k8sServiceHost: asus3.place10.ungleich.ch
|
|
k8sServicePort: 6443
|
|
|
|
ipv4:
|
|
enabled: false
|
|
ipv6:
|
|
enabled: true
|
|
|
|
tunnel: disabled
|
|
ipam:
|
|
mode: kubernetes
|
|
|
|
endpointRoutes:
|
|
enabled: true
|
|
|
|
nativeRoutingCIDR: 2a0a:e5c0:10:104::/64
|