mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
Renaming ports
- 8211-palworld -> server, because its the game/server port - 27015-palworld -> query, because its the steam query port (https://help.steampowered.com/en/faqs/view/2EA8-4D75-DA21-31EB) Adding a configmap for PalWorldSettings as a temporary workaround until they can be set via ENV
This commit is contained in:
@@ -20,10 +20,10 @@ spec:
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8211
|
||||
name: 8211-palworld
|
||||
name: server
|
||||
protocol: UDP
|
||||
- containerPort: 27015
|
||||
name: 27015-palworld
|
||||
name: query
|
||||
protocol: UDP
|
||||
env:
|
||||
- name: ADMIN_PASSWORD
|
||||
@@ -37,7 +37,13 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /palworld
|
||||
name: datadir
|
||||
- name: palworld-settings
|
||||
mountPath: /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
|
||||
subPath: PalWorldSettings.ini
|
||||
volumes:
|
||||
- name: datadir
|
||||
persistentVolumeClaim:
|
||||
claimName: palworld-server-datadir
|
||||
claimName: palworld-server-datadir
|
||||
- name: palworld-settings
|
||||
configMap:
|
||||
name: palworld-settings
|
||||
Reference in New Issue
Block a user