mirror of
https://github.com/optim-enterprises-bv/openstack-helm-infra.git
synced 2026-01-11 17:55:27 +00:00
Remove quotes for bind-address in ingress Chart
Currently, we are getting `bind-address: null` in ingress-conf for ingress pod in kube-system namespace In that case, nginx starting on 0.0.0.0:80 which breaks other ingress controllers, such as maas-ingress. All further ingress controllers can't start because they can't bind on 80 port. Change-Id: Ie7e9563bf14fe347969bea0d3c900c8d87d06de0
This commit is contained in:
@@ -258,7 +258,7 @@ conf:
|
||||
# .network.vip.addr when running in host networking
|
||||
# and .network.vip.manage=true, otherwise it is left as
|
||||
# an empty string (the default).
|
||||
bind-address: "null"
|
||||
bind-address: null
|
||||
enable-vts-status: "true"
|
||||
server-tokens: "false"
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user