From 3635266e41f37ecce52ad6a9b209771c4c82a65d Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Sat, 10 Feb 2024 20:48:00 -0500 Subject: [PATCH] remove probes --- charts/ui/values.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/charts/ui/values.yaml b/charts/ui/values.yaml index d59200c..2a718bf 100644 --- a/charts/ui/values.yaml +++ b/charts/ui/values.yaml @@ -71,14 +71,6 @@ resources: {} # cpu: 100m # memory: 128Mi -livenessProbe: - httpGet: - path: / - port: http -readinessProbe: - httpGet: - path: / - port: http autoscaling: enabled: false