diff --git a/flight-data/flights/kong/patches.yaml b/flight-data/flights/kong/patches.yaml index 7c5b4e2..68675da 100644 --- a/flight-data/flights/kong/patches.yaml +++ b/flight-data/flights/kong/patches.yaml @@ -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 diff --git a/flight-data/routes/kong/patches.yaml b/flight-data/routes/kong/patches.yaml index 6a51ff7..3578875 100644 --- a/flight-data/routes/kong/patches.yaml +++ b/flight-data/routes/kong/patches.yaml @@ -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 diff --git a/sales/bookings/kong/patches.yaml b/sales/bookings/kong/patches.yaml index 84ffc26..d0e621c 100644 --- a/sales/bookings/kong/patches.yaml +++ b/sales/bookings/kong/patches.yaml @@ -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: diff --git a/sales/customer/kong/patches.yaml b/sales/customer/kong/patches.yaml index 4bbccf0..46de637 100644 --- a/sales/customer/kong/patches.yaml +++ b/sales/customer/kong/patches.yaml @@ -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: