feat: Use the forked minecraft chart

This commit is contained in:
Nikolai Rodionov
2023-06-23 21:53:21 +02:00
parent f36ec04dd3
commit 71b46ee97c
3 changed files with 10 additions and 2 deletions

View File

@ -34,6 +34,12 @@ resources:
limits:
memory: 3Gi
cpu: 1500m
lifecycle:
postStart:
- bash
- -c
- for i in {1..100}; do mc-health && break || sleep 20; done && mc-send-to-console setpassword 11223345
readinessProbe:
timeoutSeconds: 10
livenessProbe: