From 8a3472c38d9f5d742aa441402e2b3a8b254bf8e2 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 20 Feb 2026 21:28:11 +0000 Subject: [PATCH] chore: Update manifests after change --- .../cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml b/clusters/cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml index abbd5e8fb..cffcf2e3e 100644 --- a/clusters/cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml +++ b/clusters/cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml @@ -111,10 +111,9 @@ spec: livenessProbe: 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