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.
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!
24
+
## You have to expose factorio on a NodePort and map a port between 30000 and 32767, but the native port is 34197. So you have always to specify the port in factorio.
25
+
## 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 pod runs on !
22
26
service:
23
-
type: LoadBalancer
24
-
port: 30000
25
-
## If you are able in your cluster to map an external IP, set it here
27
+
type: NodePort
28
+
port: 31497
29
+
## If you are able to map an external IP, set it here
26
30
# externalIPs:
27
-
# - "192.168.0.1"
28
-
# - "192.168.0.2"
31
+
# - "192.168.0.1"
32
+
# - "192.168.0.2"
33
+
#
34
+
#
29
35
## If you use "type: NodePort" set the port to a value you like in the range of 30000-32767. Leave it blank for a random port
30
36
# nodePort: ""
31
37
## Examples:
@@ -51,11 +57,6 @@ resources:
51
57
# memory: 1024Mi
52
58
# cpu: 1000m
53
59
54
-
# Node labels for pod assignment. Remove the curly braces!
55
-
nodeSelector: {}
56
-
# beta.kubernetes.io/os: linux
57
-
# beta.kubernetes.io/arch: amd64
58
-
# kubernetes.io/hostname: your-cool-hostname
59
60
60
61
## Strategy used to replace old pods
61
62
## IMPORTANT: use with care, it is suggested to leave as that for upgrade purposes
@@ -181,8 +182,10 @@ server_settings:
181
182
182
183
# Password and port for the rcon service
183
184
rcon:
185
+
external: true
186
+
type: LoadBalancer
184
187
password: "abcdefghijklmno"
185
-
port: 27015
188
+
port: 30100
186
189
187
190
map_gen_settings:
188
191
#The inverse of water scale in the map generator GUI.
0 commit comments