49
49
external : false
50
50
51
51
nodeSelector :
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
53
53
54
54
# making sure the game doesnt auto update on redeploy
55
55
# https://hub.docker.com/r/factoriotools/factorio/
@@ -64,11 +64,11 @@ factorioServer:
64
64
save_name : " <set me to your name>"
65
65
66
66
# needed if playing online
67
- admin_list : # put your admins based on factorio names
67
+ admin_list : [] # put your admins based on factorio names
68
68
# - "john_doe"
69
69
# - "jane_doe"
70
70
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
72
72
# - "john_doe"
73
73
# - "jane_doe"
74
74
@@ -138,7 +138,7 @@ If the Factorio server doesn't start, check that the logs don't have an error wi
138
138
# ## Kubernetes Parameters
139
139
140
140
| Name | Description | Value |
141
- | --------------------------- | -------------------------------------------------- | ---------- |
141
+ |-----------------------------| ----------------------------------------------------| ------------ |
142
142
| `replicaCount` | Number of replicas to create (only 1 is supported) | `1` |
143
143
| `nodeSelector` | Node labels for pod assignment | `{}` |
144
144
| `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
151
151
# ## Image Parameters
152
152
153
153
| Name | Description | Value |
154
- | ------------------ | --------------------------------------------------- | ------------------------ |
154
+ |--------------------| -----------------------------------------------------| -------------------------- |
155
155
| `image.repository` | Factorio image repository | `factoriotools/factorio` |
156
156
| `image.tag` | Factorio image tag (immutable tags are recommended) | `latest` |
157
157
| `image.pullPolicy` | Factorio image pull policy | `Always` |
158
158
159
159
# ## Service Parameters
160
160
161
161
| Name | Description | Value |
162
- | --------------------- | -------------------------------------------------------------------------------------------------------------------------- | ---------- |
162
+ |-----------------------| ----------------------------------------------------------------------------------------------------------------------------| ------------ |
163
163
| `service.type` | Factorio service type | `NodePort` |
164
164
| `service.port` | Factorio service port | `31497` |
165
165
| `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
169
169
# ## Persistence Configuration
170
170
171
171
| Name | Description | Value |
172
- | ----------------------------------- | -------------------------------------------------- | ------ |
172
+ |-------------------------------------| ----------------------------------------------------| -------- |
173
173
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
174
174
| `persistence.dataDir.Size` | Persistent Volume size | `1Gi` |
175
175
| `persistence.dataDir.existingClaim` | The name of an existing PVC to use for persistence | |
0 commit comments