From d985c88bc5ce0051e2a95a41aa2209cb6692ffc4 Mon Sep 17 00:00:00 2001 From: nithyatsu Date: Thu, 21 Sep 2023 21:06:54 -0700 Subject: [PATCH] version change + envoy changes --- reference-apps/eshop/envoy/envoy.yaml | 10 +++++----- reference-apps/eshop/iac/services/webshopping.bicep | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference-apps/eshop/envoy/envoy.yaml b/reference-apps/eshop/envoy/envoy.yaml index 1eeec0b6..d3269925 100644 --- a/reference-apps/eshop/envoy/envoy.yaml +++ b/reference-apps/eshop/envoy/envoy.yaml @@ -106,7 +106,7 @@ static_resources: lb_policy: round_robin hosts: - socket_address: - address: webshoppingagg-http + address: webshoppingagg port_value: 5121 - name: catalog connect_timeout: 0.25s @@ -114,7 +114,7 @@ static_resources: lb_policy: round_robin hosts: - socket_address: - address: catalog-http + address: catalog-api port_value: 5101 - name: basket connect_timeout: 0.25s @@ -122,7 +122,7 @@ static_resources: lb_policy: round_robin hosts: - socket_address: - address: basket-http + address: basket-api port_value: 5103 - name: ordering connect_timeout: 0.25s @@ -130,7 +130,7 @@ static_resources: lb_policy: round_robin hosts: - socket_address: - address: ordering-http + address: ordering-api port_value: 5102 - name: signalr-hub connect_timeout: 0.25s @@ -138,6 +138,6 @@ static_resources: lb_policy: round_robin hosts: - socket_address: - address: orderingsignalrhub-http + address: ordering-signalrhub port_value: 5112 \ No newline at end of file diff --git a/reference-apps/eshop/iac/services/webshopping.bicep b/reference-apps/eshop/iac/services/webshopping.bicep index e2c1746d..8ef2c5e1 100644 --- a/reference-apps/eshop/iac/services/webshopping.bicep +++ b/reference-apps/eshop/iac/services/webshopping.bicep @@ -86,7 +86,7 @@ resource webshoppingapigw 'Applications.Core/containers@2023-10-01-preview' = { properties: { application: application container: { - image: 'radius.azurecr.io/eshop-envoy:0.1.4' + image: 'nitcr.azurecr.io/eshop-envoy:0.1.100' ports: { http: { containerPort: 80