File tree Expand file tree Collapse file tree
my-apps/home/project-zomboid Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments