24 lines
454 B
YAML
24 lines
454 B
YAML
# Cilium is the CNI, network-policy engine, and eBPF service datapath for the
|
|
# production-style K3s profile. Set this endpoint before bootstrapping a
|
|
# cluster because kube-proxy is intentionally disabled.
|
|
kubeProxyReplacement: true
|
|
k8sServiceHost: "127.0.0.1"
|
|
k8sServicePort: 6443
|
|
|
|
ipam:
|
|
mode: kubernetes
|
|
|
|
routingMode: tunnel
|
|
tunnelProtocol: vxlan
|
|
|
|
hubble:
|
|
enabled: true
|
|
relay:
|
|
enabled: true
|
|
ui:
|
|
enabled: true
|
|
|
|
operator:
|
|
replicas: 1
|
|
|