forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
server_xds.lds.udpa.list_collection.yaml
32 lines (32 loc) · 1.12 KB
/
server_xds.lds.udpa.list_collection.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: "0"
resource:
"@type": type.googleapis.com/envoy.config.listener.v3.ListenerCollection
entries:
- inline_entry:
name: listener_0
version: "0"
resource:
"@type": type.googleapis.com/envoy.config.listener.v3.Listener
name: listener_0
address:
socket_address:
address: "{{ ntop_ip_loopback_address }}"
port_value: 0
filter_chains:
- filters:
- name: http
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
codec_type: HTTP2
drain_timeout: 5s
stat_prefix: router
rds:
route_config_name: route_config_0
config_source:
resource_api_version: V3
path_config_source:
path: "{{ rds_json_path }}"
http_filters:
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router