From e0bee92e0b1f3fc4842f599dc05bbe7129ea3136 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 27 Nov 2022 22:36:34 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 70f5a73..4879016 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -55,7 +55,7 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 30 + initialDelaySeconds: 20 failureThreshold: 4 periodSeconds: 10 livenessProbe: -- GitLab