mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
fix: minor improvements.
This commit is contained in:
@@ -4,7 +4,6 @@ metadata:
|
||||
labels:
|
||||
app: palworld-server
|
||||
name: palworld-server
|
||||
namespace: default
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
@@ -16,38 +15,28 @@ spec:
|
||||
app: palworld-server
|
||||
spec:
|
||||
containers:
|
||||
- env:
|
||||
- name: "PLAYERS"
|
||||
value: "16"
|
||||
- name: "PORT"
|
||||
value: "8211"
|
||||
- name: "MULTITHREADING"
|
||||
value: "true"
|
||||
- name: "COMMUNITY"
|
||||
value: "true"
|
||||
- name: "SERVER_NAME"
|
||||
value: "YOUR SERVER NAME"
|
||||
- name: "ADMIN_PASSWORD"
|
||||
value: "YOURPASSWORD"
|
||||
- name: "UPDATE_ON_BOOT"
|
||||
value: "true"
|
||||
image: thijsvanloef/palworld-server-docker
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: palworld-server
|
||||
ports:
|
||||
- containerPort: 8211
|
||||
name: "8211-palworld"
|
||||
protocol: UDP
|
||||
- containerPort: 27015
|
||||
name: "27015-palworld"
|
||||
protocol: UDP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
volumeMounts:
|
||||
- mountPath: /palworld
|
||||
name: datadir
|
||||
- name: palworld-server
|
||||
image: thijsvanloef/palworld-server-docker
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8211
|
||||
name: 8211-palworld
|
||||
protocol: UDP
|
||||
- containerPort: 27015
|
||||
name: 27015-palworld
|
||||
protocol: UDP
|
||||
env:
|
||||
- name: ADMIN_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: palworld-secrets
|
||||
key: rconPassword
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: palworld-cm
|
||||
volumeMounts:
|
||||
- mountPath: /palworld
|
||||
name: datadir
|
||||
volumes:
|
||||
- name: datadir
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user