From 451a06fbb20e661fcc91f57d55df003c658ebf3a Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Tue, 7 Feb 2023 12:12:03 +0700 Subject: [PATCH] cilium: enable hubble UI --- apps/system/cilium/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/system/cilium/values.yaml b/apps/system/cilium/values.yaml index 674af50..7a5d7be 100644 --- a/apps/system/cilium/values.yaml +++ b/apps/system/cilium/values.yaml @@ -6,3 +6,8 @@ cilium: replicas: 1 bpf: masquerade: true + hubble: + relay: + enabled: true + ui: + enabled: true