Simple Fibonacci web server.
If you want to template the helm chart.
- Go into the
chart/
directory. - Make your changes to the
values.yaml
. - Then run
helm template fibonacci ./ --values values.yaml > deploy.yaml
. kubectl apply -f deploy.yaml --namespace <your_namespace>
.- ???
- Profit
- I would've liked to have gotten Liveness, Readiness, and Startup Probes configured.
- I did not get to fully test ingress.