Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 22, 2023
1 parent 425f4aa commit bb95b40
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ spec:
- resources:
requests:
cpu: 8
memory: 8Gi
memory: 18Gi
limits:
cpu: 8
memory: 8Gi
memory: 18Gi
env:
- name: MEMORY
value: 6144m
value: 14G
- name: TYPE
value: PAPER
- name: VERSION
Expand Down Expand Up @@ -200,7 +200,7 @@ spec:
tcpSocket:
port: 25565
# 最大180秒待つ
failureThreshold: 6
failureThreshold: 10
periodSeconds: 30

readinessProbe:
Expand Down

0 comments on commit bb95b40

Please sign in to comment.