forked from BenderScript/envoybigbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice-envoy-mac.yaml
37 lines (37 loc) · 909 Bytes
/
service-envoy-mac.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
33
34
35
36
37
node:
id: "id_identity"
cluster: "cluster_identity"
static_resources:
listeners:
- name: listener_0
transparent: true
address:
socket_address:
protocol: TCP
address: 0.0.0.0
port_value: 4999
filter_chains:
- filters:
- name: envoy.tcp_proxy
config:
stat_prefix: ingress_tcp
cluster: cluster1
access_log:
- name: envoy.file_access_log
config:
path: /dev/stdout
clusters:
- name: cluster1
connect_timeout: 0.25s
type: STRICT_DNS
lb_policy: round_robin
hosts:
- socket_address:
address: "host.docker.internal"
port_value: 5000
admin:
access_log_path: "/dev/null"
address:
socket_address:
address: 0.0.0.0
port_value: 19000