Skip to content

Commit

Permalink
Fix target listeners template
Browse files Browse the repository at this point in the history
  • Loading branch information
ffilippopoulos committed Dec 3, 2024
1 parent 9c5d749 commit e4c8732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy-sidecar/configurer/templates/main-listener.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
routes:
- match: { prefix: "/" }
redirect: { port_redirect: {{ .Port }} }
{{- end }}
http_filters:
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
dynamic_stats: true
{{- end }}

0 comments on commit e4c8732

Please sign in to comment.