diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 418f5d2578dd6e6fd877e64aa71280ee8d69259b..70f5a735c9ceb42d4d829854a24c62d00af5aa68 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -35,7 +35,7 @@ spec: containers: - name: ${APP_NAME} image: ${IMAGE} - imagePullPolicy: Always + imagePullPolicy: IfNotPresent resources: requests: memory: ${MEMORY_REQUEST}