Skip to content

IMIO/helm-plausible-analytics

Repository files navigation

Helm Chart for Plausible Analytics

License version test release Artifact Hub

Introduction

This Helm chart installs Plausible Analytics in a Kubernetes cluster.

Prerequisites

Note

For production environments, it is recommended to use CloudNativePG for PostgreSQL and the ClickHouse Operator for ClickHouse instead of the dependent Helm charts included here. The bundled charts are primarily intended for testing and development purposes. Be also aware of the upcoming changes to the bitnami catalog described in this issue.

  • 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)

Installation

Add Helm repository

helm repo add imio https://imio.github.io/helm-charts
helm repo update

Configure the chart

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).

Install the chart

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

Configuration

The following table lists the configurable parameters of the plausible-analytics chart and the default values.

See the values.yaml file for more information.

Credits

Initially inspired by

Contributing

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.

License

Apache License 2.0

Packages

No packages published

Contributors 9