Skip to content

Commit

Permalink
version change + envoy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Sep 26, 2023
1 parent 3a0d99a commit d985c88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions reference-apps/eshop/envoy/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,38 +106,38 @@ static_resources:
lb_policy: round_robin
hosts:
- socket_address:
address: webshoppingagg-http
address: webshoppingagg
port_value: 5121
- name: catalog
connect_timeout: 0.25s
type: strict_dns
lb_policy: round_robin
hosts:
- socket_address:
address: catalog-http
address: catalog-api
port_value: 5101
- name: basket
connect_timeout: 0.25s
type: strict_dns
lb_policy: round_robin
hosts:
- socket_address:
address: basket-http
address: basket-api
port_value: 5103
- name: ordering
connect_timeout: 0.25s
type: strict_dns
lb_policy: round_robin
hosts:
- socket_address:
address: ordering-http
address: ordering-api
port_value: 5102
- name: signalr-hub
connect_timeout: 0.25s
type: strict_dns
lb_policy: round_robin
hosts:
- socket_address:
address: orderingsignalrhub-http
address: ordering-signalrhub
port_value: 5112

2 changes: 1 addition & 1 deletion reference-apps/eshop/iac/services/webshopping.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d985c88

Please sign in to comment.