[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation.
(grpc依赖)
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.
|
|
|
codec_type: AUTO
|
|
|
|
|
|
|
|
stat_prefix: "ingress_http"
|
|
|
|
|
|
|
|
route_config {
|
|
|
|
virtual_hosts {
|
|
|
|
name: "service"
|
|
|
|
domains: "*"
|
|
|
|
routes {
|
|
|
|
match {
|
|
|
|
prefix: "/service"
|
|
|
|
}
|
|
|
|
route {
|
|
|
|
cluster: "local_service"
|
|
|
|
timeout {
|
|
|
|
seconds: 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
http_filters {
|
|
|
|
name: "router"
|
|
|
|
}
|