Skip to content

Commit 5ccc40a

Browse files
committed
fixing linting
1 parent ea8f9a8 commit 5ccc40a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

charts/factorio-server-charts/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ service:
5252
## SingleStack, PreferDualStack or RequireDualStack.
5353
## The ipFamilies and clusterIPs fields depend on the value of this field.
5454
## Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
55-
#ipFamilyPolicy: "SingleStack"
55+
# ipFamilyPolicy: "SingleStack"
5656

5757
## List of IP families (e.g. IPv4, IPv6) assigned to the service. This field is usually assigned automatically
5858
## based on cluster configuration and the ipFamilyPolicy field.
5959
## Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
60-
#ipFamilies:
61-
# - IPv4
60+
# ipFamilies:
61+
# - IPv4
6262
port: 31497
6363
## If you are able to map an external IP, set it here
6464
# externalIPs:
@@ -347,13 +347,13 @@ rcon:
347347
## SingleStack, PreferDualStack or RequireDualStack.
348348
## The ipFamilies and clusterIPs fields depend on the value of this field.
349349
## Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
350-
#ipFamilyPolicy: "SingleStack"
350+
# ipFamilyPolicy: "SingleStack"
351351

352352
## List of IP families (e.g. IPv4, IPv6) assigned to the service. This field is usually assigned automatically
353353
## based on cluster configuration and the ipFamilyPolicy field.
354354
## Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
355-
#ipFamilies:
356-
# - IPv4
355+
# ipFamilies:
356+
# - IPv4
357357
external: true
358358
type: LoadBalancer
359359
serviceAnnotations: {}
@@ -385,13 +385,13 @@ rconAPI:
385385
## SingleStack, PreferDualStack or RequireDualStack.
386386
## The ipFamilies and clusterIPs fields depend on the value of this field.
387387
## Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
388-
#ipFamilyPolicy: "SingleStack"
388+
# ipFamilyPolicy: "SingleStack"
389389

390390
## List of IP families (e.g. IPv4, IPv6) assigned to the service. This field is usually assigned automatically
391391
## based on cluster configuration and the ipFamilyPolicy field.
392392
## Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/
393-
#ipFamilies:
394-
# - IPv4
393+
# ipFamilies:
394+
# - IPv4
395395
enabled: false
396396
image:
397397
repository: "ghcr.io/nekomeowww/factorio-rcon-api"

0 commit comments

Comments
 (0)