mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-30 12:22:57 +00:00
Updated k8s
This commit is contained in:
@@ -7,13 +7,13 @@ data:
|
|||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PORT: "8211" # Optional but recommended
|
PORT: "8211" # Optional but recommended
|
||||||
PLAYERS: "16" # Optional but recommended
|
PLAYERS: "16" # Optional but recommended
|
||||||
|
SERVER_PASSWORD: "worldofpals" # Optional but recommended
|
||||||
MULTITHREADING: "true"
|
MULTITHREADING: "true"
|
||||||
RCON_ENABLED: "true"
|
RCON_ENABLED: "true"
|
||||||
RCON_PORT: "25575"
|
RCON_PORT: "25575"
|
||||||
|
TZ: "UTC"
|
||||||
COMMUNITY: "false" # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
|
COMMUNITY: "false" # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
|
||||||
# Enable the environment variables below if you have COMMUNITY=true
|
SERVER_NAME: "World of Pals"
|
||||||
# SERVER_PASSWORD: "yourServerPassword"
|
|
||||||
SERVER_NAME: "Server_Name" # Note, it seems spaces are not supported, so use underlines.
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
|||||||
Reference in New Issue
Block a user