完善模板

This commit is contained in:
2023-08-12 14:56:06 +08:00
parent 10d770c0cf
commit a39ced6e5c

View File

@@ -23,14 +23,14 @@ spec:
httpGet:
path: /actuator/health/liveness
port: 7456
scheme: http
scheme: HTTP
initialDelaySeconds: 3
periodSeconds: 3
readinessProbe:
httpGet:
path: /actuator/health/readiness
port: 7456
scheme: http
scheme: HTTP
initialDelaySeconds: 3
periodSeconds: 3