Skip to content

Commit 96f613d

Browse files
committed
Add envoy2 clusters
1 parent 650c3f7 commit 96f613d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

heroku/envoy-front-proxy.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,44 @@ static_resources:
5454
socket_address:
5555
address: 127.0.0.1
5656
port_value: 10013
57+
58+
- name: envoy2
59+
type: STATIC
60+
connect_timeout: 1s
61+
load_assignment:
62+
cluster_name: envoy2
63+
endpoints:
64+
- lb_endpoints:
65+
- endpoint:
66+
address:
67+
socket_address:
68+
address: 127.0.0.1
69+
port_value: 10020
70+
- name: envoy2-egress
71+
type: STATIC
72+
connect_timeout: 1s
73+
load_assignment:
74+
cluster_name: envoy2-egress
75+
endpoints:
76+
- lb_endpoints:
77+
- endpoint:
78+
address:
79+
socket_address:
80+
address: 127.0.0.1
81+
port_value: 10021
82+
- name: envoy2-direct
83+
type: STATIC
84+
connect_timeout: 1s
85+
load_assignment:
86+
cluster_name: envoy2-direct
87+
endpoints:
88+
- lb_endpoints:
89+
- endpoint:
90+
address:
91+
socket_address:
92+
address: 127.0.0.1
93+
port_value: 10023
94+
5795
- name: ec1
5896
type: STATIC
5997
connect_timeout: 1s

0 commit comments

Comments
 (0)