Skip to content

Commit

Permalink
update deployments to use GH docker images (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmegb authored Oct 30, 2023
1 parent 926f6e1 commit 8d26ebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion order-processor-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: order-processor
image: gpickers/order-processor
image: ghcr.io/georgep1ckers/tracey-reloaded-order-processor:latest
ports:
- containerPort: 8080
2 changes: 1 addition & 1 deletion stock-controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: stock-controller
image: gpickers/stock-controller
image: ghcr.io/georgep1ckers/tracey-reloaded-stock-controller:latest
ports:
- containerPort: 8081
2 changes: 1 addition & 1 deletion warehouse-interface-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
spec:
containers:
- name: warehouse-interface
image: gpickers/warehouse-interface
image: ghcr.io/georgep1ckers/tracey-reloaded-warehouse-interface:latest

0 comments on commit 8d26ebf

Please sign in to comment.