This Helm chart installs Plausible Analytics
in a Kubernetes cluster.
- Kubernetes cluster 1.12+
- Helm 3.0.0+
- PV provisioner support in the underlying infrastructure (Optional)
- Postgres DB (Optional, installed by this helm chart)
- ClickHouse (Optional, installed by this helm chart)
helm repo add imio https://imio.github.io/helm-charts
helm repo update
The following items can be set via --set
flag during installation or configured by editing the values.yaml
directly (need to download the chart first).
Feel free to modify the options in the values.yaml file before installation.
You will need to set the sensitive values in the values.yaml file before installing the chart. (Passwords and URL of the databases).
helm install [RELEASE_NAME] imio/plausible-analytics
or by cloning this repository:
git clone https://github.com/imio/helm-plausible-analytics.git
cd helm-plausible-analytics
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
helm dep up
helm install plausible-analytics . -f values.yaml --namespace plausible-analytics --create-namespace
The following table lists the configurable parameters of the plausible-analytics chart and the default values.
See the values.yaml file for more information.
Initially inspired by
Feel free to contribute by making a pull request.
Please read the official Helm Contribution Guide from Helm for more information on how you can contribute to this Chart.