From 927b17bdec5ab0afe360dc5f85c8d011dbf20715 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Thu, 19 May 2022 00:35:10 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 97210bf..b25bf5f 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -48,8 +48,8 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - failureThreshold: 6 - periodSeconds: 10 + failureThreshold: 10 + periodSeconds: 5 livenessProbe: httpGet: scheme: HTTP -- GitLab