Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- command:
- ./frontend
- frontend
image: deathstarbench/hotel-reservation:latest
name: hotel-reserv-frontend
ports:
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/kubernetes/geo/geo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- command:
- ./geo
- geo
image: deathstarbench/hotel-reservation:latest
name: hotel-reserv-geo
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- command:
- ./profile
- profile
image: deathstarbench/hotel-reservation:latest
name: hotel-reserv-profile
ports:
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/kubernetes/rate/rate-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- command:
- ./rate
- rate
image: deathstarbench/hotel-reservation:latest
name: hotel-reserv-rate
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- command:
- ./recommendation
- recommendation
image: deathstarbench/hotel-reservation:latest
name: hotel-reserv-recommendation
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- command:
- ./reservation
- reservation
image: deathstarbench/hotel-reservation:latest
name: hotel-reserv-reservation
ports:
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/kubernetes/scripts/build-docker-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $(dirname $0)/..

EXEC="docker buildx"

USER="igorrudyk1"
USER="novatasha"

TAG="latest"

Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/kubernetes/search/search-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- command:
- ./search
- search
image: deathstarbench/hotel-reservation:latest
name: hotel-reserv-search
ports:
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/kubernetes/user/user-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- command:
- ./user
- user
image: deathstarbench/hotel-reservation:latest
name: hotel-reserv-user
ports:
Expand Down