Skip to content

Commit

Permalink
add to microsevrices imagePullPolicy: Always
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Nov 19, 2023
1 parent 7e1c432 commit 8bef5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions auth-microservice/k8s/auth-microservice-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: auth-microservice
image: charlyjazz/auth-microservice:latest
imagePullPolicy: Always
ports:
- containerPort: 8000
hostPort: 8000
Expand Down
1 change: 1 addition & 0 deletions chat-microservice/k8s/chat-microservice-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: chat-microservice
image: charlyjazz/chat-microservice:latest
imagePullPolicy: Always
ports:
- containerPort: 9000
hostPort: 9000
Expand Down

0 comments on commit 8bef5d9

Please sign in to comment.