Added flag to disable ipv6 listener (#1135)

This commit is contained in:
dale-mittleman
2022-11-30 10:38:44 -05:00
committed by GitHub
parent 61f45147f6
commit dbd1e59a55
4 changed files with 18 additions and 0 deletions

View File

@@ -303,3 +303,6 @@ auto_upgrade: true
# Maintain some of the recommended `app.kubernetes.io/*` labels on the resource (self)
set_self_labels: true
# Disable web container's nginx ipv6 listener
ipv6_disabled: false