Skip to content

Commit

Permalink
Update service hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon committed Sep 15, 2023
1 parent 1b46cf0 commit 233572a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flight-data/flights/kong/patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ patches:
- selectors:
- $.services[?(@.name=="flights-service")]
values:
host: ip-10-0-43-1.us-east-2.compute.internal
host: flights.kongair
port: 8080
protocol: http
2 changes: 1 addition & 1 deletion flight-data/routes/kong/patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ patches:
- selectors:
- $.services[?(@.name=="routes-service")]
values:
host: ip-10-0-43-1.us-east-2.compute.internal
host: routes.kongair
port: 8081
protocol: http
2 changes: 1 addition & 1 deletion sales/bookings/kong/patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ patches:
- selectors:
- $.services[?(@.name=="bookings-service")]
values:
host: ip-10-0-43-1.us-east-2.compute.internal
host: bookings.kongair
port: 8082
protocol: http
plugins:
Expand Down
2 changes: 1 addition & 1 deletion sales/customer/kong/patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ patches:
- selectors:
- $.services[?(@.name=="customer-information-service")]
values:
host: ip-10-0-43-1.us-east-2.compute.internal
host: customer.kongair
port: 8083
protocol: http
plugins:
Expand Down

0 comments on commit 233572a

Please sign in to comment.