Commit 19007448 authored by 黎博's avatar 黎博

修改token

parent 37cf1d51
......@@ -718,7 +718,7 @@ public class K8sService {
.withPath("/actuator/health/readiness")
.withPort(httpPort)
.build();
s
Probe livenessProbe = new ProbeBuilder()
.withHttpGet(httpGetAction)
.withInitialDelaySeconds(600)
......
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