Skip to content

Commit 868f3e9

Browse files
committed
fix(dualstack): don't impose defaults in values.yaml but use kubernetes defaults instead
1 parent dceab1e commit 868f3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/minecraft/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ minecraftServer:
303303
## Set the externalTrafficPolicy in the Service to either Cluster or Local
304304
# externalTrafficPolicy: Cluster
305305
externalIPs:
306-
ipFamilies: [IPv4, IPv6]
307-
ipFamilyPolicy: PreferDualStack
306+
ipFamilies:
307+
ipFamilyPolicy:
308308

309309
# List with URLs and paths to jar files, additionally may be a directory with jars
310310
# This works for both mods and plugins depending on server type

0 commit comments

Comments
 (0)