mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-25 22:18:53 +07:00
15 lines
428 B
YAML
15 lines
428 B
YAML
cilium_repo_url: https://helm.cilium.io
|
|
cilium_version: 1.15.1
|
|
cilium_namespace: kube-system
|
|
cilium_values:
|
|
operator:
|
|
replicas: 1
|
|
kubeProxyReplacement: true
|
|
l2announcements:
|
|
enabled: true
|
|
# TODO the host and port are k3s-specific, generic solution is in progress
|
|
# https://github.com/cilium/cilium/issues/19038
|
|
# https://github.com/cilium/cilium/pull/28741
|
|
k8sServiceHost: 127.0.0.1
|
|
k8sServicePort: 6444
|