From cfa059a78edd808a1478bdfcd4f774f528692f78 Mon Sep 17 00:00:00 2001 From: CloudForge Deploy Date: Tue, 9 Dec 2025 16:32:41 +0800 Subject: [PATCH] Deploy cloudforge-dashboard-backend - 2025-12-09 16:32:41 --- deploy.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/deploy.sh b/deploy.sh index aa69a28..882e3b6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -157,12 +157,13 @@ spec: - containerPort: ${PORT} protocol: TCP livenessProbe: - httpGet: - path: /health - port: ${PORT} - initialDelaySeconds: 30 + exec: + command: + - sh + - -c + - ps aux | grep "npm start" | grep -v grep + initialDelaySeconds: 10 periodSeconds: 10 - timeoutSeconds: 5 failureThreshold: 3 readinessProbe: httpGet: