Files
palworld-server-docker/k8s/configmap.yaml

18 lines
504 B
YAML
Raw Normal View History

2024-01-24 09:05:00 +01:00
apiVersion: v1
kind: ConfigMap
metadata:
name: palworld-cm
data:
PUID: "1000"
PGID: "1000"
PORT: "8211" # Optional but recommended
PLAYERS: "16" # Optional but recommended
2024-01-25 20:27:19 -05:00
SERVER_PASSWORD: "worldofpals" # Optional but recommended
2024-01-24 09:05:00 +01:00
MULTITHREADING: "true"
RCON_ENABLED: "true"
RCON_PORT: "25575"
TZ: UTC
2024-01-24 09:05:00 +01:00
COMMUNITY: "false" # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
2024-01-25 20:27:19 -05:00
SERVER_NAME: "World of Pals"
2024-01-25 21:45:05 -05:00
SERVER_DESCRIPTION: ""