Skip to content

Commit

Permalink
Minor bug fix in resource create
Browse files Browse the repository at this point in the history
  • Loading branch information
isururanawaka committed Sep 8, 2021
1 parent bb0c58e commit 79a7c6e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions datalake-rest-proxy/src/main/resources/envoy.yaml
Expand Up @@ -20,8 +20,8 @@ static_resources:
- name: local_service
domains: ["*"]
routes:
# - match: { prefix: "/org.apache.airavata.datalake.data.orchestrator.api.stub.notification.NotificationService" }
# route: { cluster: grpc-dataorch-service, timeout: { seconds: 60 } }
- match: { prefix: "/org.apache.airavata.datalake.data.orchestrator.api.stub.notification.NotificationService" }
route: { cluster: grpc-dataorch-service, timeout: { seconds: 60 } }
- match: { prefix: "/" }
route: { cluster: grpc-drms-service, timeout: { seconds: 60 } }
http_filters:
Expand All @@ -48,13 +48,13 @@ static_resources:
- socket_address:
address: host.docker.internal
port_value: 7070
# - name: grpc-dataorch-service
# connect_timeout: 1.25s
# type: logical_dns
# lb_policy: round_robin
# dns_lookup_family: V4_ONLY
# http2_protocol_options: { }
# hosts:
# - socket_address:
# address: host.docker.internal
# port_value: 8899
- name: grpc-dataorch-service
connect_timeout: 1.25s
type: logical_dns
lb_policy: round_robin
dns_lookup_family: V4_ONLY
http2_protocol_options: { }
hosts:
- socket_address:
address: host.docker.internal
port_value: 8899

0 comments on commit 79a7c6e

Please sign in to comment.