Skip to content

Commit 373140b

Browse files
committed
a fix maybeh/
1 parent 64c1a36 commit 373140b

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

  • nix-k8s-homelab/charts/servers/factorioVanilla/base

nix-k8s-homelab/charts/servers/factorioVanilla/base/values.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,28 @@ resources:
1111
# memory: 1024Mi
1212
# cpu: 1000m
1313

14-
14+
## @section Port-Fixer Parameters
15+
## @param port_fixer.enabled Enable the Factorio Port Fixer
16+
## @param image.repository Factorio port-fixer image repository
17+
## @param image.tag Factorio port fixer image tag (immutable tags are recommended)
18+
## @param image.pullPolicy Factorio port fixer image pull policy
19+
## @param image.port Factorio port to announce via port-fixer, defaults to service.port
20+
port_fixer:
21+
# Adds an extra container that tries to help with connection issues via the public server browser.
22+
# This is especially useful when you can’t set up outgoing static port mappings and see log messages like these:
23+
# > Warning ServerRouter.cpp:541: Received own address message reply with conflicting address (got IP ADDR:({<ip>:19296}), expected IP ADDR:({<ip>:58037}))
24+
# > Warning ServerMultiplayerManager.cpp:651: Determining own address has failed. Best guess: IP ADDR:({<ip>:58037})
25+
# > Warning ServerRouter.cpp:541: Received own address message reply with conflicting address (got IP ADDR:({<ip>:19297}), expected IP ADDR:({<ip>:58037}))
26+
# > Warning ServerRouter.cpp:541: Received own address message reply with conflicting address (got IP ADDR:({<ip>:24105}), expected IP ADDR:({<ip>:58037}))
27+
# Note: Port forwarding for incoming traffic still needs to be set up properly for this to work.
28+
# For more info, check out:
29+
# - https://github.com/SQLJames/factorio-server-charts/issues/15
30+
enabled: true
31+
image:
32+
repository: "ghcr.io/zcube/factorio-port-fixer"
33+
pullPolicy: Always
34+
tag: latest
35+
port: ''
1536
#### Persistence Configuration ####
1637
## @section Persistence Configuration
1738
## @param persistence.enabled Enable persistence using Persistent Volume Claims

0 commit comments

Comments
 (0)