factorio-server-charts - A Helm chart for running factorio in kubernetes
This chart deploys Factorio on a Kubernetes cluster using the Helm package manager.
This is something of a passion project for both learning kubernetes and because kubernetes is awesome. Because of this, I have only confirm this working on version 1.1.0 of factorio but I am sure it will work just fine on old versions as long as the schema doesn't change to much on the Secrets settings.
However, with the way this is implemented if you want to make it backwards compatible, you can update the appropriate sections in the values.yaml file to have the items added or removed to the json files that are required by factorio. Server-settings, map-gen-settings, etc.
Releases are published using the official helm release action in github. https://github.com/helm/chart-releaser-action
To read the full documentation check the chart's README.md
Values.yaml configuration of large mods:
- Moved account data from
server_settings.
toaccount.
in values.yaml - Moved server password from
server_settings.
toserverPassword.
in values.yaml
- Added
account.accountSecret
field to values.yaml - Added
rcon.passwordSecret
field to values.yaml - Added
serverPassword.passwordSecret
field to values.yaml - Changed default
rcon.password
toCHANGEMECHANGEME
, which should be changed anyway - Changed default
map_gen_settings.autoplace_controls
from the standard values to{}
, since by default map generation follows standard parameters if not overriden - Changed default
admin_list
,white_list
andban_list
to[]
instead ofnil