http_connection_manager.pb 330 B

12345678910111213141516171819202122232425
  1. codec_type: AUTO
  2. stat_prefix: "ingress_http"
  3. route_config {
  4. virtual_hosts {
  5. name: "service"
  6. domains: "*"
  7. routes {
  8. match {
  9. prefix: "/service"
  10. }
  11. route {
  12. cluster: "local_service"
  13. timeout {
  14. seconds: 0
  15. }
  16. }
  17. }
  18. }
  19. }
  20. http_filters {
  21. name: "router"
  22. }