File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ To start up the development environment, you will run `make provision`.
88Using the provided Docker image, write a Helm chart that deploys both the FastAPI server and Celery
99worker. 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
1414Your Helm definitions should set any required environment variables (Redis/Postgres details, queue
1515names, etc.) and expose the FastAPI service appropriately.
You can’t perform that action at this time.
0 commit comments