mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +00:00
minecraft: moved data dir, +fix for russian language
This commit is contained in:
parent
445e607ef5
commit
9af4f8e3a7
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: minecraft
|
- name: minecraft
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /data/minecraft
|
path: /data/home/minecraft
|
||||||
type:
|
type:
|
||||||
containers:
|
containers:
|
||||||
- name: minecraft
|
- name: minecraft
|
||||||
|
|
@ -32,6 +32,8 @@ spec:
|
||||||
value: creative
|
value: creative
|
||||||
- name: ONLINE
|
- name: ONLINE
|
||||||
value: "false"
|
value: "false"
|
||||||
|
- name: JVM_OPTS
|
||||||
|
value: "-Xmx1024M -Xms1024M -Dfile.encoding=UTF-8"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 25565
|
- containerPort: 25565
|
||||||
name: minecraft
|
name: minecraft
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue