diff --git a/auth-microservice/k8s/auth-microservice-deployment.yaml b/auth-microservice/k8s/auth-microservice-deployment.yaml index a666fb0..3750d7d 100644 --- a/auth-microservice/k8s/auth-microservice-deployment.yaml +++ b/auth-microservice/k8s/auth-microservice-deployment.yaml @@ -17,6 +17,7 @@ spec: containers: - name: auth-microservice image: charlyjazz/auth-microservice:latest + imagePullPolicy: Always ports: - containerPort: 8000 hostPort: 8000 diff --git a/chat-microservice/k8s/chat-microservice-deployment.yaml b/chat-microservice/k8s/chat-microservice-deployment.yaml index 6fd20f3..2899158 100644 --- a/chat-microservice/k8s/chat-microservice-deployment.yaml +++ b/chat-microservice/k8s/chat-microservice-deployment.yaml @@ -17,6 +17,7 @@ spec: containers: - name: chat-microservice image: charlyjazz/chat-microservice:latest + imagePullPolicy: Always ports: - containerPort: 9000 hostPort: 9000