Commit 7a75540b authored by liaozan's avatar liaozan 🏀

Update k8s-deploy-template.yaml

parent 4f69ae57
...@@ -27,14 +27,14 @@ spec: ...@@ -27,14 +27,14 @@ spec:
livenessProbe: livenessProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: /actuator/health path: /actuator/health/liveness
port: 1024 port: 1024
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: /actuator/health path: /actuator/health/readiness
port: 1024 port: 1024
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment