From 1074ed2dc337349d773ce5fb157c680a07674d99 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 20 Feb 2026 15:27:19 -0600 Subject: [PATCH] feat: fix probe --- clusters/cl01tl/helm/shelfmark/values.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/shelfmark/values.yaml b/clusters/cl01tl/helm/shelfmark/values.yaml index dac9f2abf..b1f790d89 100644 --- a/clusters/cl01tl/helm/shelfmark/values.yaml +++ b/clusters/cl01tl/helm/shelfmark/values.yaml @@ -90,10 +90,9 @@ shelfmark: spec: exec: command: - - CMD - - curl - - -sf - - http://localhost:8084/api/health + - /bin/sh + - -c + - "curl -sf http://localhost:8084/api/health" failureThreshold: 5 initialDelaySeconds: 60 periodSeconds: 30