Browse Source

Fix aggregator address (#1646)

pull/1647/head
Mohamed Seada 3 years ago
committed by GitHub
parent
commit
6012fb0649
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml

+ 1
- 1
src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml View File

@ -103,7 +103,7 @@ static_resources:
lb_policy: round_robin lb_policy: round_robin
hosts: hosts:
- socket_address: - socket_address:
address: webshoppingagg
address: mobileshoppingagg
port_value: 80 port_value: 80
- name: catalog - name: catalog
connect_timeout: 0.25s connect_timeout: 0.25s


Loading…
Cancel
Save