feat(cilium): Deploy on Ekman

This commit is contained in:
2026-03-03 14:23:33 +01:00
parent 592733ad80
commit 2fccd6e206
6 changed files with 65 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
cilium:
enabled: true
envoy:
enabled: true
# kube-proxy stays running during migration; disable replacement until done.
# TODO: set to true after migration
kubeProxyReplacement: false
# Direct apiserver connection -- do not rely on the kubernetes service IP
# during migration since we are touching the CNI layer.
# TODO: remove k8sServiceHost / k8sServicePort (or keep pointing at apiserver localhost)
k8sServiceHost: 10.255.241.99
k8sServicePort: 6443