From bb03bec76ff2fbcc38753c4f02e87e6ee1aa32de Mon Sep 17 00:00:00 2001 From: liaozan Date: Mon, 24 Jan 2022 18:16:53 +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 e9da9bc..b5145ba 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -29,14 +29,14 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 20 + initialDelaySeconds: 30 periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 20 + initialDelaySeconds: 30 periodSeconds: 10 imagePullSecrets: - name: kp-schbrain \ No newline at end of file -- GitLab