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
Copy file name to clipboardExpand all lines: charts/factorio-server-charts/values.yaml
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,17 @@ nodeSelector: {}
48
48
## The best way ist to define a ClusterIP service and define one or more externalIPs. Of course this IPs must be available on the node the factorio pod runs on!
49
49
service:
50
50
type: NodePort
51
+
## Represents the dual-stack-ness requested or required by this Service. Possible values are
52
+
## SingleStack, PreferDualStack or RequireDualStack.
53
+
## The ipFamilies and clusterIPs fields depend on the value of this field.
0 commit comments