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

Helm deployment for Factorio

Results 12 factorio-server-charts issues
Sort by recently updated
recently updated
newest added

### Description When deploying the Factorio Server using the Helm chart provided in this repository with NFS as the storage class, the `chown` command fails with a non-zero exit code...

The latest image from factoriotools has swapped to debian-slim as a base and removed `ps` as an available command.

Great chart, thank you for your efforts and for providing this to the community! With the recent "breaking changes" to SpaceExploration + Krastorio2 for mid game players, there should be...

Mod list needs to be URL encoded when there's a space in the mod name. without encoding: ![image](https://github.com/SQLJames/factorio-server-charts/assets/147103339/979b6b6f-636d-4d98-9586-1419786b82a2) with encoding: ![image](https://github.com/SQLJames/factorio-server-charts/assets/147103339/4d5d3e5d-6926-43b3-9875-c66e75af66ea) The only relevant difference between the two deployments is...

Allow setting the `PORT` env var.

good first issue

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.

bug
help wanted

The server now shows in public browser, however, when attempting to connect through the public browser you will get an error, the server is available on the web and allows...

bug
help wanted

The chart or more exactly volume-permissions init-container has the expectation that it runs as root. This needs a way to not have such an expectation without the ability to disable...

The configured `replicaCount` value was not used in the deployment config. This PR aims to remediate this issue.