From 004d841625a611fd72d1f614700ffd6ade5c6ba1 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Wed, 17 Jul 2024 21:08:20 +0800 Subject: [PATCH] Remove probes from backend --- cilium/values.home.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cilium/values.home.yaml b/cilium/values.home.yaml index be134be..7ff5bd1 100644 --- a/cilium/values.home.yaml +++ b/cilium/values.home.yaml @@ -1492,11 +1492,11 @@ hubble: livenessProbe: # -- Enable liveness probe for Hubble-ui backend (requires Hubble-ui 0.12+) - enabled: true + enabled: false readinessProbe: # -- Enable readiness probe for Hubble-ui backend (requires Hubble-ui 0.12+) - enabled: true + enabled: false # -- Resource requests and limits for the 'backend' container of the 'hubble-ui' deployment. resources: {}