From 473aa0dcc90a8e0bec96d0d868a0dda010dff36e Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 23 Jan 2022 20:32:52 +0800 Subject: [PATCH] bug fixed for livenessProbe --- k8s-deploy-template.yaml => k8s-deploy-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename k8s-deploy-template.yaml => k8s-deploy-template.yml (92%) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yml similarity index 92% rename from k8s-deploy-template.yaml rename to k8s-deploy-template.yml index 465201b..9b3b6f5 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yml @@ -29,8 +29,8 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 20 - periodSeconds: 10 + initialDelaySeconds: 20 + periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP -- GitLab