From 2c7eb72785572ac9b41ba7e10b288aa03963020f Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Wed, 8 Mar 2023 19:42:12 +0800 Subject: [PATCH] Update startupProbe --- k8s-deploy-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index be74cfb..70f9b43 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -55,9 +55,9 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 30 - failureThreshold: 4 - periodSeconds: 10 + initialDelaySeconds: 20 + failureThreshold: 18 + periodSeconds: 5 livenessProbe: httpGet: scheme: HTTP -- GitLab