Remove probes from backend

This commit is contained in:
Jonny Ervine 2024-07-17 21:08:20 +08:00
parent 75ce3bc638
commit 004d841625

View File

@ -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: {}