Skip to content

Commit

Permalink
templates/gateway: the http router is an http_filter
Browse files Browse the repository at this point in the history
It's part of the ConnectionManager.
  • Loading branch information
croissanne committed Feb 2, 2024
1 parent 0ffdd38 commit 7ecd379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ objects:
https_redirect: true
host_redirect: osbuild.org
path_redirect: /docs/service/fedora-console
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
http_filters:
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
- apiVersion: apps/v1
Expand Down

0 comments on commit 7ecd379

Please sign in to comment.