Commit 5c2e420a authored by liaozan's avatar liaozan 🏀

Update k8s-deploy-template.yaml

parent 8b44fb02
...@@ -46,12 +46,12 @@ spec: ...@@ -46,12 +46,12 @@ spec:
scheme: HTTP scheme: HTTP
path: /actuator/health/liveness path: /actuator/health/liveness
port: 1024 port: 1024
initialDelaySeconds: 30 initialDelaySeconds: 50
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: /actuator/health/readiness path: /actuator/health/readiness
port: 1024 port: 1024
initialDelaySeconds: 30 initialDelaySeconds: 50
periodSeconds: 10 periodSeconds: 10
\ No newline at end of file
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