# Rate limit on docker pull abangser/todo

This may show up at a failure for the deployment to be healthy.

To fix, swap out the abangser image in the `newDeployment` function in the controller file with:

```
public.ecr.aws/nginx/nginx:1-alpine-perl
```
