修改deployment文件存活探针的端口

This commit is contained in:
bamanker
2026-01-06 09:38:32 +08:00
parent 2b9ec9e2be
commit 693939af54

View File

@@ -33,7 +33,7 @@ spec:
livenessProbe: # 存活探针:失败意味着应用彻底挂了,需要重启来恢复
httpGet:
path: /test
port: 9090
port: 13145
initialDelaySeconds: 10 # 延迟xx秒开始执行
periodSeconds: 15 # 每隔15秒执行一次
timeoutSeconds: 10 # 10秒未返回结果则超时