factorio-server-charts icon indicating copy to clipboard operation
factorio-server-charts copied to clipboard

Allow tweaking host network setting independently of the Service type

Open MOZGIII opened this issue 1 year ago • 1 comments

Sometimes you want the ClusterIP with the host network, or NodePort without the host network (like in our case). These settings should not be coupled together.

MOZGIII avatar Mar 31 '23 23:03 MOZGIII

Seconded, I use NodePort and do not want host networking. I manually edited the chart for now, but this was a surprising and frustrating thing to debug. My use-case is running two servers side-by-side for different groups of people. Since the container uses host networking the second container would not launch because there is no free port.

loganintech avatar May 30 '23 07:05 loganintech