Skip to content

Commit 6698c7e

Browse files
committed
idiot
1 parent b826a5d commit 6698c7e

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

my-apps/home/project-zomboid/deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: project-zomboid
20-
image: danixu86/project-zomboid-dedicated-server:latest
20+
image: danixu86/project-zomboid-dedicated-server:latest-unstable
2121
env:
2222
- name: SERVERNAME
2323
value: "VanillaX"
@@ -59,12 +59,12 @@ spec:
5959
- name: game
6060
containerPort: 16261
6161
protocol: UDP
62-
- name: steam1
63-
containerPort: 8766
64-
protocol: UDP
65-
- name: steam2
66-
containerPort: 8767
62+
- name: game2
63+
containerPort: 16262
6764
protocol: UDP
65+
- name: rcon
66+
containerPort: 27015
67+
protocol: TCP
6868
volumeMounts:
6969
- name: data
7070
mountPath: /home/steam/Zomboid

my-apps/home/project-zomboid/service.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ spec:
1313
port: 16261
1414
targetPort: 16261
1515
protocol: UDP
16-
- name: steam1
17-
port: 8766
18-
targetPort: 8766
19-
protocol: UDP
20-
- name: steam2
21-
port: 8767
22-
targetPort: 8767
16+
- name: game2
17+
port: 16262
18+
targetPort: 16262
2319
protocol: UDP
20+
- name: rcon
21+
port: 27015
22+
targetPort: 27015
23+
protocol: TCP

0 commit comments

Comments
 (0)