From 5c2e420a7ae19b29e8aa28b53e5b4435f727b436 Mon Sep 17 00:00:00 2001 From: liaozan Date: Wed, 18 May 2022 11:51:02 +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 ef7aead..f9fdfa0 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -46,12 +46,12 @@ spec: scheme: HTTP path: /actuator/health/liveness port: 1024 - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP path: /actuator/health/readiness port: 1024 - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 \ No newline at end of file -- GitLab