From d6c8d16665b6ea012c607319e8e9c6ac7597acd6 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Mon, 3 Feb 2025 22:11:45 +0100 Subject: [PATCH] enabling envoy --- cilium-values-virt.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cilium-values-virt.yaml b/cilium-values-virt.yaml index 0feaaba..6796f8d 100644 --- a/cilium-values-virt.yaml +++ b/cilium-values-virt.yaml @@ -70,11 +70,11 @@ loadBalancer: gatewayAPI: enabled: false # We disable gatewayAPI for now -# envoy: # Because we disable gatewayAPI, we also don“t need envoy for now. -# securityContext: -# capabilities: -# keepCapNetBindService: true -# envoy: [ NET_ADMIN, PERFMON, SYS_ADMIN, BPF ] +envoy: + securityContext: + capabilities: + keepCapNetBindService: true + envoy: [ NET_ADMIN, PERFMON, SYS_ADMIN, BPF ] # ingressController: