From b2df9528130945ac5f201e64c612906a2aded1ae Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Fri, 28 Oct 2022 16:29:03 +0800 Subject: [PATCH] Update startupProbe initialDelaySeconds --- 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 2228e3f..418f5d2 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -55,7 +55,7 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 20 + initialDelaySeconds: 30 failureThreshold: 4 periodSeconds: 10 livenessProbe: -- GitLab