Skip to content

Commit

Permalink
replace localhost to payment-api-service in ocelot-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
meofiscoding committed Nov 26, 2023
1 parent e0c60c9 commit d41dc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/k8s/ocelot-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ data:
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Host": "payment-api-service",
"Port": 80
}
],
Expand All @@ -111,7 +111,7 @@ data:
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Host": "payment-api-service",
"Port": 80
}
],
Expand All @@ -125,7 +125,7 @@ data:
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Host": "payment-api-service",
"Port": 80
}
],
Expand Down

0 comments on commit d41dc71

Please sign in to comment.