A Helm chart for deploying LocalAI to a Kubernetes cluster
Changes:
- PVC accessMode in now an array. If upgrading with old values.yaml you need to adapt it to be an array (with one element obviously).
- We no longer download models in init containers since that delays the starting of the pod with no reason. There is a GUI for people to download the models they want. Otherwise there is still a mechanism to define an init container and download what they want.
- Allow the user to define the NodePort when the service is of type NodePort