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