add minecraft without autosync

This commit is contained in:
2024-05-19 11:22:21 +02:00
parent 835f05866c
commit f22d25b101
3 changed files with 23 additions and 4 deletions

View File

@@ -16,10 +16,10 @@ spec:
image: minecraft
resources:
limits:
memory: "4000Mi"
cpu: "2500m"
memory: "6000Mi"
cpu: "3"
requests:
memory: "1000Mi"
memory: "1500Mi"
cpu: "500m"
ports:
- containerPort: 25565
@@ -40,7 +40,7 @@ spec:
- name: INIT_MEMORY
value: "1G"
- name: MAX_MEMORY
value: "3G"
value: "5G"
- name: MOTD
value: "VaultHunters baby!"
- name: ENABLE_RCON