enable_central_service_config = true config_entries { bootstrap = [ { kind = "ingress-gateway" name = "ingress-gateway" listeners = [ { port = 9999 protocol = "http" services = [ { name = "*" } ] } ] }, { kind = "proxy-defaults" name = "global" config { protocol = "http" } } ] }