I have a bit of familiarity with Helm, but I’m finding that the default helm chart does far too much: the default values.yaml file gives you a full HA install, which is not what you want for a laptop. Moreover, there aren’t enough comments in the file to easily figure out how to simplify the file.
Does anyone have a values.yaml file for helm that:
- Won’t kill a laptop.
- Is not HA for f***ing everything.
- Is suitable for use with minikube or colima.
It would help if the comments in the file actually explained what the options in the file actually mean But short of that, just a simple install that works without causing Kubernetes to crash would be very nice