4949 external : false
5050
5151nodeSelector :
52- kubernetes.io/hostname : " <name of your node>" # this makes it easier for firewall rules and makes sure things dont change
52+ kubernetes.io/hostname : " <name of your node>" # this makes it easier for firewall rules and makes sure things dont change
5353
5454# making sure the game doesnt auto update on redeploy
5555# https://hub.docker.com/r/factoriotools/factorio/
@@ -64,11 +64,11 @@ factorioServer:
6464 save_name : " <set me to your name>"
6565
6666# needed if playing online
67- admin_list : # put your admins based on factorio names
67+ admin_list : [] # put your admins based on factorio names
6868# - "john_doe"
6969# - "jane_doe"
7070
71- white_list : # put the people you want to play with you based on factorio names
71+ white_list : [] # put the people you want to play with you based on factorio names
7272# - "john_doe"
7373# - "jane_doe"
7474
@@ -138,7 +138,7 @@ If the Factorio server doesn't start, check that the logs don't have an error wi
138138# ## Kubernetes Parameters
139139
140140| Name | Description | Value |
141- | --------------------------- | -------------------------------------------------- | ---------- |
141+ |-----------------------------| ----------------------------------------------------| ------------ |
142142| `replicaCount` | Number of replicas to create (only 1 is supported) | `1` |
143143| `nodeSelector` | Node labels for pod assignment | `{}` |
144144| `resources.requests.cpu` | The requested cpu for the Factorio containers | `500m` |
@@ -151,15 +151,15 @@ If the Factorio server doesn't start, check that the logs don't have an error wi
151151# ## Image Parameters
152152
153153| Name | Description | Value |
154- | ------------------ | --------------------------------------------------- | ------------------------ |
154+ |--------------------| -----------------------------------------------------| -------------------------- |
155155| `image.repository` | Factorio image repository | `factoriotools/factorio` |
156156| `image.tag` | Factorio image tag (immutable tags are recommended) | `latest` |
157157| `image.pullPolicy` | Factorio image pull policy | `Always` |
158158
159159# ## Service Parameters
160160
161161| Name | Description | Value |
162- | --------------------- | -------------------------------------------------------------------------------------------------------------------------- | ---------- |
162+ |-----------------------| ----------------------------------------------------------------------------------------------------------------------------| ------------ |
163163| `service.type` | Factorio service type | `NodePort` |
164164| `service.port` | Factorio service port | `31497` |
165165| `service.externalIPs` | If you are able to map an external IP, set it here | |
@@ -169,7 +169,7 @@ If the Factorio server doesn't start, check that the logs don't have an error wi
169169# ## Persistence Configuration
170170
171171| Name | Description | Value |
172- | ----------------------------------- | -------------------------------------------------- | ------ |
172+ |-------------------------------------| ----------------------------------------------------| -------- |
173173| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
174174| `persistence.dataDir.Size` | Persistent Volume size | `1Gi` |
175175| `persistence.dataDir.existingClaim` | The name of an existing PVC to use for persistence | |
0 commit comments