improve minecraft performance by using a non nfs volume for live data

This commit is contained in:
2025-04-26 14:07:34 +02:00
parent 75a7f6b9b7
commit 4ebc0b1069
4 changed files with 91 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ resources:
- pvc.yaml
- job.yaml
- service.yaml
- rsync.configmap.yaml
- curseforge.sealedsecret.yaml
@@ -15,3 +16,9 @@ images:
- name: minecraft
newName: itzg/minecraft-server
newTag: java21
- name: alpine
newName: alpine
newTag: "3.21"
- name: rsync
newName: eeacms/rsync
newTag: "2.6"