From 3ed895c974ed48168ee591550cf95a87ab4b257e Mon Sep 17 00:00:00 2001 From: zhangqy Date: Sat, 21 Oct 2023 21:24:26 +0800 Subject: [PATCH] =?UTF-8?q?[update]=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/modules/user/deploy/deploy.yaml | 8 ++++---- docker/modules/websocket/deploy/deploy.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/modules/user/deploy/deploy.yaml b/docker/modules/user/deploy/deploy.yaml index 3220cf5..4ce1a95 100644 --- a/docker/modules/user/deploy/deploy.yaml +++ b/docker/modules/user/deploy/deploy.yaml @@ -29,9 +29,9 @@ spec: httpGet: path: /actuator/health port: 8080 - timeoutSeconds: 10 - failureThreshold: 30 - periodSeconds: 5 + timeoutSeconds: 30 + failureThreshold: 120 + periodSeconds: 10 imagePullPolicy: Always name: app ports: @@ -45,7 +45,7 @@ spec: terminationMessagePolicy: File dnsPolicy: ClusterFirst restartPolicy: Always - terminationGracePeriodSeconds: 30 + terminationGracePeriodSeconds: 120 --- apiVersion: v1 kind: Service diff --git a/docker/modules/websocket/deploy/deploy.yaml b/docker/modules/websocket/deploy/deploy.yaml index 8b63314..06b7f16 100644 --- a/docker/modules/websocket/deploy/deploy.yaml +++ b/docker/modules/websocket/deploy/deploy.yaml @@ -29,9 +29,9 @@ spec: httpGet: path: /actuator/health port: 8080 - timeoutSeconds: 10 - failureThreshold: 30 - periodSeconds: 5 + timeoutSeconds: 30 + failureThreshold: 120 + periodSeconds: 15 imagePullPolicy: Always name: app ports: @@ -45,7 +45,7 @@ spec: terminationMessagePolicy: File dnsPolicy: ClusterFirst restartPolicy: Always - terminationGracePeriodSeconds: 30 + terminationGracePeriodSeconds: 120 --- apiVersion: v1 kind: Service