From f973579c3ca00fbc67815a5d9f5f7f20c4f1995b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 12 Jul 2026 13:34:43 +0000 Subject: [PATCH] modified: services/cilium/deploy/app/helm-values.yaml --- services/cilium/deploy/app/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/cilium/deploy/app/helm-values.yaml b/services/cilium/deploy/app/helm-values.yaml index c16b3c2..cee04c6 100644 --- a/services/cilium/deploy/app/helm-values.yaml +++ b/services/cilium/deploy/app/helm-values.yaml @@ -16,10 +16,9 @@ l2announcements: loadBalancer: mode: hybrid - operator: replicas: 1 - nodeSelector: + #nodeSelector: # kubernetes.io/hostname: chimera # tolerations: # # Tolerate the node-role.kubernetes.io/control-plane taint so the controller can run on master node chimera @@ -27,6 +26,7 @@ operator: # operator: Exists # effect: NoSchedule +# fix error="listen tcp :30913: bind: address already in use" in agent nodePort: enableHealthCheck: false enableHealthCheckLoadBalancerIP: false \ No newline at end of file