From d230f745be2d380b995704ce852aec883a119124 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 31 Oct 2025 08:38:39 -0500 Subject: [PATCH] enable hubble --- clusters/ontime-dev/cilium.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/clusters/ontime-dev/cilium.yaml b/clusters/ontime-dev/cilium.yaml index 5d0bc4a..9ed9be4 100644 --- a/clusters/ontime-dev/cilium.yaml +++ b/clusters/ontime-dev/cilium.yaml @@ -37,4 +37,14 @@ spec: ipam: mode: kubernetes operator: - replicas: 1 \ No newline at end of file + replicas: 1 + hubble: + relay: + enabled: true + ui: + enabled: true + ingress: + enabled: true + className: nginx + hosts: + - hubble-ontime.jwetzell.internal \ No newline at end of file