From 07bf596294b861c3e2d7b2ee69715ce4e3786394 Mon Sep 17 00:00:00 2001 From: Sagnik Dutta Date: Wed, 21 Feb 2024 16:24:32 +0530 Subject: [PATCH] kruize-acked probe parameter values --- kruize-clowdapp.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/kruize-clowdapp.yaml b/kruize-clowdapp.yaml index e9a37711..c90f0347 100644 --- a/kruize-clowdapp.yaml +++ b/kruize-clowdapp.yaml @@ -34,18 +34,16 @@ objects: port: 10000 scheme: HTTP initialDelaySeconds: 30 - periodSeconds: 10 - timeoutSeconds: 3 - failureThreshold: 5 + periodSeconds: 300 + timeoutSeconds: 300 readinessProbe: httpGet: path: /health port: 10000 scheme: HTTP - initialDelaySeconds: 20 - periodSeconds: 10 - timeoutSeconds: 3 - failureThreshold: 5 + initialDelaySeconds: 30 + periodSeconds: 300 + timeoutSeconds: 5 env: - name: JAVA_TOOL_OPTIONS value: "-XX:MaxRAMPercentage=80"