From 63490962bbd62df935d8ceafaf693d799207d947 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Thu, 6 Nov 2025 14:04:31 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E8=B0=83=E6=95=B4=E4=B8=9A=E5=8A=A1=20pod?= =?UTF-8?q?=20=E8=B5=84=E6=BA=90=E6=A3=80=E6=9F=A5=E7=9A=84=E5=BB=B6?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index 8a20fb0..d05c631 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -31,14 +31,14 @@ spec: httpGet: path: /actuator/health port: 48083 - initialDelaySeconds: 10 + initialDelaySeconds: 50 periodSeconds: 5 failureThreshold: 3 livenessProbe: httpGet: path: /actuator/health port: 48083 - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 failureThreshold: 5 resources: