Set default protocol to http in TLS integration test

This commit is contained in:
Chris Piraino 2020-05-08 09:08:31 -05:00 committed by Kyle Havlovitz
parent 26f92e74f6
commit 646902621b

View File

@ -1,7 +1,15 @@
enable_central_service_config = true
config_entries {
bootstrap {
bootstrap = [
{
kind = "proxy-defaults"
name = "global"
config {
protocol = "http"
}
},
{
kind = "ingress-gateway"
name = "ingress-gateway"
@ -22,4 +30,5 @@ config_entries {
}
]
}
]
}