From 7a75540b5bc39f035dd313301870d9afc68c5064 Mon Sep 17 00:00:00 2001 From: liaozan Date: Wed, 26 Jan 2022 23:11:17 +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 b5145ba..bb6ae55 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -27,14 +27,14 @@ spec: livenessProbe: httpGet: scheme: HTTP - path: /actuator/health + path: /actuator/health/liveness port: 1024 initialDelaySeconds: 30 periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP - path: /actuator/health + path: /actuator/health/readiness port: 1024 initialDelaySeconds: 30 periodSeconds: 10 -- GitLab