From 63591efc8f0ccee893b605b9e520786a14b39599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 12 Jul 2026 12:48:52 +0000 Subject: [PATCH] modified: services/cilium/deploy/app/helm-values.yaml --- services/cilium/deploy/app/helm-values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/cilium/deploy/app/helm-values.yaml b/services/cilium/deploy/app/helm-values.yaml index 89d127b..b9a0669 100644 --- a/services/cilium/deploy/app/helm-values.yaml +++ b/services/cilium/deploy/app/helm-values.yaml @@ -12,4 +12,6 @@ ipam: clusterPoolIPv4PodCIDR: "10.42.0.0/16" clusterPoolIPv4MaskSize: 24 l2announcements: - enabled: true \ No newline at end of file + enabled: true +loadBalancer: + mode: hybrid \ No newline at end of file