Skip to content

Commit d888057

Browse files
committed
README
1 parent 7bd9735 commit d888057

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ To start up the development environment, you will run `make provision`.
88
Using the provided Docker image, write a Helm chart that deploys both the FastAPI server and Celery
99
worker. The chart should launch:
1010

11-
- An API workload that runs the container with the `api` entrypoint (equivalent to `docker run <image> api`).
12-
- A worker workload that runs the container with the `celery` entrypoint (`docker run <image> celery`).
11+
- An API workload that runs the container with the `api` entrypoint (equivalent to `docker run ghcr.io/tagup/devops-interview:latest api`).
12+
- A worker workload that runs the container with the `celery` entrypoint (`docker run ghcr.io/tagup/devops-interview:latest celery`).
1313

1414
Your Helm definitions should set any required environment variables (Redis/Postgres details, queue
1515
names, etc.) and expose the FastAPI service appropriately.

0 commit comments

Comments
 (0)