Fix minecraft

This commit is contained in:
Nikolai Rodionov 2024-08-06 23:06:31 +02:00
parent e43f4af705
commit 1da2157165
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
3 changed files with 20 additions and 8 deletions

View File

@ -24,6 +24,8 @@ repositories:
url: https://piraeus.io/helm-charts/ url: https://piraeus.io/helm-charts/
- name: vmware-tanzu - name: vmware-tanzu
url: https://vmware-tanzu.github.io/helm-charts/ url: https://vmware-tanzu.github.io/helm-charts/
- name: local-path-provisioner
url: git+https://github.com/rancher/local-path-provisioner@deploy/chart?ref=v0.0.28
releases: releases:
- name: namespaces - name: namespaces
chart: '{{ requiredEnv "PWD" }}/charts/namespaces/chart' chart: '{{ requiredEnv "PWD" }}/charts/namespaces/chart'
@ -131,3 +133,9 @@ releases:
- template: default-env-values - template: default-env-values
- template: default-env-secrets - template: default-env-secrets
- name: local-path-provisioner
chart: local-path-provisioner/local-path-provisioner
createNamespace: false
namespace: kube-system
inherit:
- template: default-env-values

View File

@ -1,8 +1,6 @@
storageClass: storageClass:
create: true create: true
defaultClass: false defaultClass: true
defaultVolumeType: local defaultVolumeType: local
nodePathMap: reclaimPolicy: Delete
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES volumeBindingMode: Immediate
paths:
- /mnt/k8s-storage

View File

@ -69,12 +69,18 @@ minecraftServer:
eula: "TRUE" eula: "TRUE"
onlineMode: false onlineMode: false
difficulty: hard difficulty: hard
hardcore: false hardcore: true
version: "1.20.1" version: "1.20.1"
maxWorldSize: 90000 maxWorldSize: 90000
type: "PAPER" type: "PAPER"
gameMode: creative gameMode: survival
pvp: true pvp: true
pluginUrls:
- https://github.com/dmulloy2/ProtocolLib/releases/download/5.2.0/ProtocolLib.jar
- https://mediafilez.forgecdn.net/files/3789/833/GravityControl-2.0.0.jar
- https://mediafilez.forgecdn.net/files/3151/915/CrackShot.jar
- https://s3.badhouseplants.net/public-download/MechanicsCore-3.4.8.jar
- https://s3.badhouseplants.net/public-download/WeaponMechanics-3.4.9.jar
rcon: rcon:
enabled: true enabled: true
withGeneratedPassword: false withGeneratedPassword: false
@ -94,7 +100,7 @@ minecraftServer:
ingress: ingress:
enabled: false enabled: false
persistence: persistence:
storageClass: ceph-filesystem storageClass: longhorn
#storageClass: local-path #storageClass: local-path
dataDir: dataDir:
enabled: true enabled: true