Run Homechart on Kubernetes via Helm.
Checkout our docs for more details on self hosting Homechart!
Using the Helm Chart is easy:
helm repo add homechart https://helm.homechart.app/
helm install my-homechart homechart/homechart
The Homechart Helm Chart creates a Homechart Deployment and a PostgreSQL StatefulSet and sets the appropriate values for these to work out of the box. Users can bring their own PostgreSQL instance by setting postgresql.enabled
to false and setting the appropriate config values in homechart.config.secrets and homechart.config.values. See the Homechart configuration documentation for a full list of supported configuration options.