mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
minecraft: fix nodeports
This commit is contained in:
parent
321fff82ff
commit
cf5e458b87
1 changed files with 2 additions and 0 deletions
|
|
@ -4,10 +4,12 @@ minecraft:
|
||||||
pvp: true
|
pvp: true
|
||||||
onlineMode: false
|
onlineMode: false
|
||||||
serviceType: NodePort
|
serviceType: NodePort
|
||||||
|
nodePort: 32565
|
||||||
rcon:
|
rcon:
|
||||||
enabled: true
|
enabled: true
|
||||||
password: "CHANGE_IN_ARGOCD"
|
password: "CHANGE_IN_ARGOCD"
|
||||||
serviceType: NodePort
|
serviceType: NodePort
|
||||||
|
nodePort: 32575
|
||||||
persistence:
|
persistence:
|
||||||
dataDir:
|
dataDir:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue