This repo contains helm charts to deploy Owlistic on Kubernetes cluster. It leverages the bjw-s Common Library chart.
The chart is highly customizable. You can see a detailed documentation of all possible changes within the charts/owlistic/values.yaml
file.
A complete list of possible values can be found in Common Library values.yaml
$ helm install --create-namespace --namespace owlistic owlistic https://owlistic-notes.github.io/helm-charts/owlistic -f values.yaml
You should not copy the full values.yaml from this repository. Only set the values that you want to override.
There are a few things that you are required to configure in your values.yaml before installing the chart:
- You need to separately create a PVC for your data volume and configure
owlistic.persistence.data.existingClaim
to reference that PVC - You need to make sure that Owlistic has access to a Nats-server and postgresql instance. Both can be enabled directly in the
values.yaml
, or by manually setting theenv
to point to an existing instance.
To see the currently installed Owlistic chart:
helm ls --namespace owlistic
To uninstall/delete the owlistic
chart:
helm delete --namespace owlistic owlistic
The command removes all the Kubernetes components associated with the chart and deletes the release.
Owlistic is developed by the community, for the community. We welcome contributions of all kinds - from code improvements to documentation updates. Check out our Contributing Guide to learn how you can help.
Small note: If editing the README, please conform to the standard-readme specification.
GPLv3.0 © 2025 owlistic-notes