Test service for demonstrating debug options for a PR to the python-copier-template.
This service is configured with two endpoints: a healthz endpoint used by Kubernetes and a test endpoint which is purposefully broken to demonstrate debugging and testing on the cluster.
The example values.yaml in the root of this repository, when configured with your account details, deploys the broken version of the app. Connect to a devcontainer from a local vscode instance, make a fix internal to the cluster and push the changes to this repository.
To install the Helm chart into the cluster, helm install test oci://ghcr.io/diamondjoseph/charts/service -f values.yaml
| Source | https://github.com/DiamondJoseph/debug_service |
|---|---|
| Docker | docker run ghcr.io/diamondjoseph/debug_service:latest |
| Releases | https://github.com/DiamondJoseph/debug_service/releases |