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/
- name: vmware-tanzu
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:
- name: namespaces
chart: '{{ requiredEnv "PWD" }}/charts/namespaces/chart'
@ -131,3 +133,9 @@ releases:
- template: default-env-values
- 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:
create: true
defaultClass: false
defaultClass: true
defaultVolumeType: local
nodePathMap:
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
paths:
- /mnt/k8s-storage
reclaimPolicy: Delete
volumeBindingMode: Immediate

View File

@ -69,12 +69,18 @@ minecraftServer:
eula: "TRUE"
onlineMode: false
difficulty: hard
hardcore: false
hardcore: true
version: "1.20.1"
maxWorldSize: 90000
type: "PAPER"
gameMode: creative
gameMode: survival
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:
enabled: true
withGeneratedPassword: false
@ -94,7 +100,7 @@ minecraftServer:
ingress:
enabled: false
persistence:
storageClass: ceph-filesystem
storageClass: longhorn
#storageClass: local-path
dataDir:
enabled: true