You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
348 B
27 lines
348 B
8 years ago
|
codec_type: AUTO
|
||
|
|
||
|
stat_prefix: "ingress_http"
|
||
|
|
||
|
route_config {
|
||
|
virtual_hosts {
|
||
|
name: "service"
|
||
|
domains: "*"
|
||
|
routes {
|
||
|
match {
|
||
|
prefix: "/service"
|
||
|
}
|
||
|
forward {
|
||
|
cluster: "local_service"
|
||
|
timeout {
|
||
|
seconds: 0
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
http_filters {
|
||
|
type: DECODER
|
||
|
name: "router"
|
||
|
}
|