From 246047d336b064caeb895a8ef2f5bdb3f47ef25a Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 23:07:13 +0000 Subject: [PATCH] fix liveness probe --- apps/base/customer1/paaas-landing/deployment.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/base/customer1/paaas-landing/deployment.yaml b/apps/base/customer1/paaas-landing/deployment.yaml index 02ae4fb..b9f9ee5 100644 --- a/apps/base/customer1/paaas-landing/deployment.yaml +++ b/apps/base/customer1/paaas-landing/deployment.yaml @@ -26,12 +26,24 @@ spec: limits: cpu: 50m memory: 150Mi + startupProbe: + httpGet: + path: / + port: 8080 + scheme: HTTP + initialDelaySeconds: 5 + periodSeconds: 5 + timeoutSeconds: 5 + failureThreshold: 30 + successThreshold: 1 + readinessProbe: httpGet: path: / # or /index.html if needed port: 8080 initialDelaySeconds: 30 periodSeconds: 30 + livenessProbe: httpGet: path: /