From 35fa063c7dfd11a4dab9e61ecb3b4a8b4615ac92 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 4 Feb 2026 23:11:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=81=A5=E5=BA=B7=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=BB=B6=E8=BF=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/deployment.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 1872708..09edfb6 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -103,16 +103,18 @@ spec: httpGet: path: /up port: 3000 - initialDelaySeconds: 60 + initialDelaySeconds: 600 periodSeconds: 10 timeoutSeconds: 5 + failureThreshold: 3 readinessProbe: httpGet: path: /up port: 3000 - initialDelaySeconds: 30 - periodSeconds: 5 - timeoutSeconds: 3 + initialDelaySeconds: 300 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 resources: requests: memory: "512Mi"