You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## You have to expose factorio on a NodePort and map a port between 30000 and 32767, but the nativ port ist 34197. So you have always to specify the port in factorio.
25
21
## The best way ist to define a ClusterIP service and define one or more externalIPs. Of course this IPs must be avaiable on the node the factorio runs the pod!
26
22
service:
27
-
type: ClusterIP
23
+
type: LoadBalancer
28
24
port: 34197
29
25
## If you are able in your cluster to map an external IP, set it here
30
26
# externalIPs:
@@ -81,7 +77,7 @@ affinity: {}
81
77
## Sets the data persistence volume configuration
82
78
## IMPORTANT: If you do not setup a PV all your savegames will be lost on pod recreation or helm upgrade
83
79
persistence:
84
-
enabled: false
80
+
enabled: true
85
81
dataDir:
86
82
Size: "1Gi"
87
83
## If you have an existing claim, set your name here
@@ -104,8 +100,7 @@ factorioServer:
104
100
update_mods_on_start: false
105
101
# lets the game know if you want to load the latest save
106
102
load_latest_save: true
107
-
# Location of the configuration files that are generated
0 commit comments