feat: Use the forked minecraft chart
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user