* feat: readiness check * fix: no need for query param * docs: add a note * chore: move the readyness check to its own endpoint * docs(cr): add godoc Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Chart.lock | ||
| Chart.yaml | ||
| Makefile | ||
| README.md | ||
| custom-dns.yaml | ||
| kind-cluster.yaml | ||
| oauth2-proxy-example-full.yaml | ||
| values.yaml | ||
README.md
Kubernetes example
Based on kind as a local Kubernetes cluster.
Quick start
Before you start:
Required
Optional
- install helm 3.
Then:
make create-clustermake deployORmake helm-deployfor helm
Visit http://httpbin.localtest.me or http://hello-world.localtest.me/
Uninstall
make delete-cluster