Skip to content

Commit

Permalink
fix: Update "envoy.filters.http.router" configuration in envoy.yaml f…
Browse files Browse the repository at this point in the history
…iles (#328)
  • Loading branch information
CH3CHO authored Oct 10, 2024
1 parent 23e01b6 commit 2b25094
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/ebook/en/wasm14.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ static_resources:
"responseStatusCodes": "200,500,502,503"
}
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
clusters:
- name: echo-server
connect_timeout: 30s
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/ebook/en/wasm15.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ static_resources:
local:
filename: "all-in-one.wasm"
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
- name: http-body-operation
address:
Expand Down Expand Up @@ -278,6 +280,8 @@ static_resources:
local:
filename: "all-in-one.wasm"
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
- name: tcp-total-data-size-counter
address:
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ebook/en/wasm18.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ static_resources:
}
}
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
clusters:
- name: echo-server
connect_timeout: 30s
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ebook/zh-cn/wasm14.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ static_resources:
"responseStatusCodes": "200,500,502,503"
}
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
clusters:
- name: echo-server
connect_timeout: 30s
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/ebook/zh-cn/wasm15.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ static_resources:
local:
filename: "all-in-one.wasm"
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
- name: http-body-operation
address:
Expand Down Expand Up @@ -278,6 +280,8 @@ static_resources:
local:
filename: "all-in-one.wasm"
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
- name: tcp-total-data-size-counter
address:
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ebook/zh-cn/wasm18.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ static_resources:
}
}
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
clusters:
- name: echo-server
connect_timeout: 30s
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/latest/zh-cn/user/wasm-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ static_resources:
"mockEnable": false
}
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
clusters:
- name: httpbin
connect_timeout: 30s
Expand Down

0 comments on commit 2b25094

Please sign in to comment.