From a1c7c55af66f0c5f91ccbed37a67b4851b3d4b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 16 Jul 2026 12:12:56 +0000 Subject: [PATCH] cilium enable ui --- services/cilium/deploy/app/helm-values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/services/cilium/deploy/app/helm-values.yaml b/services/cilium/deploy/app/helm-values.yaml index 4ebbade..e89682a 100644 --- a/services/cilium/deploy/app/helm-values.yaml +++ b/services/cilium/deploy/app/helm-values.yaml @@ -18,13 +18,7 @@ loadBalancer: operator: replicas: 1 - #nodeSelector: - # kubernetes.io/hostname: chimera - # tolerations: - # # Tolerate the node-role.kubernetes.io/control-plane taint so the controller can run on master node chimera - # - key: node-role.kubernetes.io/control-plane - # operator: Exists - # effect: NoSchedule + # fix error="listen tcp :30913: bind: address already in use" in agent nodePort: @@ -33,4 +27,10 @@ nodePort: advertisement: loadBalancerIPs: true - externalIPs: true \ No newline at end of file + externalIPs: true + +hubble: + relay: + enabled: true + ui: + enabled: true \ No newline at end of file