diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 200f1f380e42f2325522043f22ac1ecb996f2a4d..dedcd270ded9ca0f3d5ad20ae2e6bcef03e71bd3 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