2020-04-16 16:24:11 -07:00
|
|
|
config_entries {
|
|
|
|
bootstrap = [
|
2020-05-06 16:09:24 -05:00
|
|
|
{
|
|
|
|
kind = "proxy-defaults"
|
|
|
|
name = "global"
|
|
|
|
config {
|
|
|
|
protocol = "http"
|
|
|
|
}
|
|
|
|
},
|
2020-04-16 16:24:11 -07:00
|
|
|
{
|
|
|
|
kind = "ingress-gateway"
|
|
|
|
name = "ingress-gateway"
|
|
|
|
|
|
|
|
listeners = [
|
|
|
|
{
|
2020-10-01 09:19:14 -05:00
|
|
|
port = 9999
|
2020-04-16 16:24:11 -07:00
|
|
|
protocol = "http"
|
|
|
|
services = [
|
|
|
|
{
|
|
|
|
name = "*"
|
|
|
|
}
|
|
|
|
]
|
2020-04-23 10:06:19 -05:00
|
|
|
},
|
|
|
|
{
|
2020-10-01 09:19:14 -05:00
|
|
|
port = 9998
|
2020-04-23 10:06:19 -05:00
|
|
|
protocol = "http"
|
|
|
|
services = [
|
|
|
|
{
|
2020-10-01 09:19:14 -05:00
|
|
|
name = "s1"
|
2020-04-23 10:06:19 -05:00
|
|
|
hosts = ["test.example.com"]
|
|
|
|
}
|
|
|
|
]
|
2020-04-16 16:24:11 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|