This is a simple Elixir Phoenix project that needs to be deployed. The Docker image is publicly available at ghcr.io/stordco/sre-technical-challenge
.
The challenge: create a Helm chart that deploys the application, including setting environment variables as defined in Values, running database migrations against a pre-existing database, and configuring probes to ensure the application is healthy.
See the Validation section for the commands that will be run to validate your Helm chart.
Note: If you are using an arm64 system (such as M1 or newer), use the image tag arm64
to run locally on Docker Desktop Kubernetes.