From 611394e294f0d066d0c81768ecbc9cc394036ae3 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 17 Apr 2022 02:10:46 +0800 Subject: [PATCH] update deploy file template --- 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 200f1f3..dedcd27 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -28,7 +28,7 @@ spec: lifecycle: preStop: exec: - command: [ "curl","-X POST","http://127.0.0.1:1024/actuator/offline" ] + command: [ "curl","-X","POST","http://127.0.0.1:1024/actuator/offline" ] livenessProbe: httpGet: scheme: HTTP -- GitLab