feat: Use the forked minecraft chart
This commit is contained in:
parent
f36ec04dd3
commit
71b46ee97c
@ -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:
|
||||
|
@ -214,7 +214,8 @@ templates:
|
||||
minecraft: &minecraft
|
||||
name: minecraft
|
||||
chart: minecraft-server-charts/minecraft
|
||||
version: 4.8.0
|
||||
# chart: git+https://github.com/allanger/minecraft-server-charts@charts/minecraft?ref=master
|
||||
version: 4.9.0
|
||||
inherit:
|
||||
- template: default-env-values
|
||||
- template: ext-istio-resource
|
||||
|
@ -15,7 +15,8 @@ repositories:
|
||||
- name: minio
|
||||
url: https://charts.min.io/
|
||||
- name: minecraft-server-charts
|
||||
url: https://itzg.github.io/minecraft-server-charts/
|
||||
# url: https://itzg.github.io/minecraft-server-charts/
|
||||
url: git+https://github.com/allanger/minecraft-server-charts@charts/minecraft?ref=add-container-lifecycle
|
||||
- name: longhorn
|
||||
url: https://charts.longhorn.io
|
||||
- name: gitea
|
||||
|
Reference in New Issue
Block a user