From 86240fc0857b3c0a24766fd4fe4526be8c7d0de4 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 17 Dec 2025 13:50:12 +0100 Subject: [PATCH] fix: enable probes on diagrid-dashboard --- charts/diagrid-dashboard/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/diagrid-dashboard/values.yaml b/charts/diagrid-dashboard/values.yaml index a206c29f..61642587 100644 --- a/charts/diagrid-dashboard/values.yaml +++ b/charts/diagrid-dashboard/values.yaml @@ -130,14 +130,14 @@ resources: {} # memory: 128Mi # This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ -# livenessProbe: -# httpGet: -# path: / -# port: http -# readinessProbe: -# httpGet: -# path: / -# port: http +livenessProbe: + httpGet: + path: / + port: http +readinessProbe: + httpGet: + path: / + port: http # This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/ autoscaling: