Skip to content

Commit 663e246

Browse files
authored
Merge pull request agones-dev#72 from googleprivate/demo/xonotic-dynamic
Update Xonotic demo to use dynamic ports
2 parents 71630d0 + 9b78be5 commit 663e246

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/xonotic/gameserver.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ kind: GameServer
1717
metadata:
1818
name: "xonotic"
1919
spec:
20-
portPolicy: "static"
20+
portPolicy: "dynamic"
2121
containerPort: 26000
22-
hostPort: 7345
2322
template:
2423
spec:
2524
containers:

0 commit comments

Comments
 (0)