Commit 19007448 authored by 黎博's avatar 黎博

修改token

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