Skip to content

Commit

Permalink
PORT fixes for bookings and customer services
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon committed Jul 6, 2023
1 parent cc2662e commit 438a842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sales/bookings/kong/patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ patches:
- selector: $.services[?(@.name=="bookings-service")]
values:
host: ip-10-0-43-1.us-east-2.compute.internal
port: 8083
port: 8082
protocol: http
2 changes: 1 addition & 1 deletion sales/customer/kong/patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ patches:
- selector: $.services[?(@.name=="customer-information-service")]
values:
host: ip-10-0-43-1.us-east-2.compute.internal
port: 8082
port: 8083
protocol: http

0 comments on commit 438a842

Please sign in to comment.