Skip to content

Commit

Permalink
Add envoy2 clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
slonka committed Jun 20, 2020
1 parent 650c3f7 commit 96f613d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions heroku/envoy-front-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,44 @@ static_resources:
socket_address:
address: 127.0.0.1
port_value: 10013

- name: envoy2
type: STATIC
connect_timeout: 1s
load_assignment:
cluster_name: envoy2
endpoints:
- lb_endpoints:
- endpoint:
address:
socket_address:
address: 127.0.0.1
port_value: 10020
- name: envoy2-egress
type: STATIC
connect_timeout: 1s
load_assignment:
cluster_name: envoy2-egress
endpoints:
- lb_endpoints:
- endpoint:
address:
socket_address:
address: 127.0.0.1
port_value: 10021
- name: envoy2-direct
type: STATIC
connect_timeout: 1s
load_assignment:
cluster_name: envoy2-direct
endpoints:
- lb_endpoints:
- endpoint:
address:
socket_address:
address: 127.0.0.1
port_value: 10023

- name: ec1
type: STATIC
connect_timeout: 1s
Expand Down

0 comments on commit 96f613d

Please sign in to comment.