diff --git a/deploy/k8s/base/deployment.yaml b/deploy/k8s/base/deployment.yaml index 54f5119..6823c29 100644 --- a/deploy/k8s/base/deployment.yaml +++ b/deploy/k8s/base/deployment.yaml @@ -22,6 +22,7 @@ spec: containers: - name: jovies-app image: ghcr.io/mayne0213/jovies:latest + imagePullPolicy: Always ports: - containerPort: 3000 protocol: TCP