Skip to content

Commit

Permalink
stop using startupProbe
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 22, 2023
1 parent bb95b40 commit b78c7c5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ spec:
- containerPort: 18321
name: jmx-metrics

startupProbe:
tcpSocket:
port: 25565
# 最大180秒待つ
failureThreshold: 10
periodSeconds: 30
# startupProbe:
# tcpSocket:
# port: 25565
# # 最大180秒待つ
# failureThreshold: 10
# periodSeconds: 30

readinessProbe:
exec:
Expand Down

0 comments on commit b78c7c5

Please sign in to comment.