Fix minecraft
This commit is contained in:
parent
e43f4af705
commit
1da2157165
@ -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
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user