Skip to content

Commit

Permalink
fix: set deployment container image to ecr image
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Apr 13, 2024
1 parent faf349c commit e04a95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
run: |
kubectl apply -f eks/deployment.yml
kubectl apply -f eks/service.yml
kubectl set image deployment/simplebank-deployment simplebank=$IMAGE
2 changes: 1 addition & 1 deletion eks/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- arm64
containers:
- name: simplebank
image: $IMAGE
image: aseerkt/simplebank:latest
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit e04a95a

Please sign in to comment.