@@ -52,13 +52,13 @@ service:
52
52
# # SingleStack, PreferDualStack or RequireDualStack.
53
53
# # The ipFamilies and clusterIPs fields depend on the value of this field.
54
54
# # Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
55
- # ipFamilyPolicy: "SingleStack"
55
+ ipFamilyPolicy : " SingleStack"
56
56
57
57
# # List of IP families (e.g. IPv4, IPv6) assigned to the service. This field is usually assigned automatically
58
58
# # based on cluster configuration and the ipFamilyPolicy field.
59
59
# # Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
60
- # ipFamilies:
61
- # - IPv4
60
+ ipFamilies :
61
+ - IPv4
62
62
port : 31497
63
63
# # If you are able to map an external IP, set it here
64
64
# externalIPs:
@@ -347,13 +347,13 @@ rcon:
347
347
# # SingleStack, PreferDualStack or RequireDualStack.
348
348
# # The ipFamilies and clusterIPs fields depend on the value of this field.
349
349
# # Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
350
- # ipFamilyPolicy: "SingleStack"
350
+ ipFamilyPolicy : " SingleStack"
351
351
352
352
# # List of IP families (e.g. IPv4, IPv6) assigned to the service. This field is usually assigned automatically
353
353
# # based on cluster configuration and the ipFamilyPolicy field.
354
354
# # Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
355
- # ipFamilies:
356
- # - IPv4
355
+ ipFamilies :
356
+ - IPv4
357
357
external : true
358
358
type : LoadBalancer
359
359
serviceAnnotations : {}
@@ -385,13 +385,13 @@ rconAPI:
385
385
# # SingleStack, PreferDualStack or RequireDualStack.
386
386
# # The ipFamilies and clusterIPs fields depend on the value of this field.
387
387
# # Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
388
- # ipFamilyPolicy: "SingleStack"
388
+ ipFamilyPolicy : " SingleStack"
389
389
390
390
# # List of IP families (e.g. IPv4, IPv6) assigned to the service. This field is usually assigned automatically
391
391
# # based on cluster configuration and the ipFamilyPolicy field.
392
392
# # Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
393
- # ipFamilies:
394
- # - IPv4
393
+ ipFamilies :
394
+ - IPv4
395
395
enabled : false
396
396
image :
397
397
repository : " ghcr.io/nekomeowww/factorio-rcon-api"
0 commit comments