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
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10
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:

View File

@ -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

View File

@ -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