diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index a463837..044ce13 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -11,6 +11,13 @@ spec: spec: containers: - name: dancefetcher - imagePullPolicy: Always image: registry.gitlab.com/unboundsoftware/dancefinder/dancefetcher:${COMMIT} + imagePullPolicy: Always + resources: + limits: + cpu: 600m + memory: 200Mi + requests: + cpu: 20m + memory: 30Mi restartPolicy: OnFailure