Skip to content

Commit

Permalink
GCP deployment pahce-3
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech committed Nov 30, 2023
1 parent feadac0 commit 2dd8628
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion car-ui/src/app/shared/services/car-details.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { CarBrand, CarDetails } from "../module/cars-details.model";
providedIn: "root",
})
export class CarDetailsService {
private const ADMIN_GCP_HOST = `localhost`;
private const ADMIN_GCP_HOST = `35.243.195.1`;

//GCP host
private brandsUrlGCP = "http://${this.ADMIN_GCP_HOST}/v1/data/brands";
Expand Down
4 changes: 2 additions & 2 deletions car-ui/src/app/shared/services/cart.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export class CartService {

private cartItemCountSubject: BehaviorSubject<number>;
cartItemCount$: Observable<number>;
private const CART_HOST = `localhost`;
private const ORDER_HOST = 'localhost';
private const CART_HOST = `34.23.248.115`;
private const ORDER_HOST = '35.196.63.112';
private getCartItemUrl : string = "http://${this.CART_HOST}:9094/cart/get";
private removeFromCartUrl :string = "http://${this.CART_HOST}:9094/cart/remove";
private addToCartUrl : string = "http://${this.CART_HOST}:9094/cart/add";
Expand Down
2 changes: 1 addition & 1 deletion projects-changes-deploy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cart-service
car-ui

0 comments on commit 2dd8628

Please sign in to comment.