mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +00:00
22 lines
No EOL
522 B
YAML
22 lines
No EOL
522 B
YAML
minecraft:
|
|
# https://github.com/itzg/minecraft-server-charts/blob/master/charts/minecraft/values.yaml
|
|
minecraftServer:
|
|
eula: "TRUE"
|
|
type: FORGE
|
|
pvp: true
|
|
gameMode: creative
|
|
motd: Welcome to IOOT.XYZ
|
|
whitelist: CHANGE
|
|
ops: CHANGE
|
|
onlineMode: false
|
|
serviceType: NodePort
|
|
nodePort: 32565
|
|
rcon:
|
|
enabled: true
|
|
password: "CHANGE_IN_ARGOCD"
|
|
serviceType: NodePort
|
|
nodePort: 32575
|
|
persistence:
|
|
dataDir:
|
|
enabled: true
|
|
existingClaim: minecraft |