jamesandariese / factorio-server-charts

Helm deployment for Factorio

Home Page:https://artifacthub.io/packages/helm/factorio-server-charts/factorio-server-charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artifact HUB Factorio Chart Version Image Version

factorio-server-charts

factorio-server-charts - A Helm chart for running factorio in kubernetes

Introduction

This chart deploys Factorio on a Kubernetes cluster using the Helm package manager.

Background

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

Releases are published using the official helm release action in github. https://github.com/helm/chart-releaser-action

Full Documentation

To read the full documentation check the chart's README.md

Examples Of Large mods

Values.yaml configuration of large mods:

Changelog

V1.1.0

Breaking Changes

  • Moved account data from server_settings. to account. in values.yaml
  • Moved server password from server_settings. to serverPassword. in values.yaml

Non-Breaking Changes

  • 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 to CHANGEMECHANGEME, 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 and ban_list to [] instead of nil

About

Helm deployment for Factorio

https://artifacthub.io/packages/helm/factorio-server-charts/factorio-server-charts

License:The Unlicense


Languages

Language:Mustache 100.0%