IMIO / helm-plausible-analytics

Helm Chart for Plausible Analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Chart for Plausible Analytics

License version test release

Introduction

This Helm chart installs Plausible Analytics in a Kubernetes cluster.

Prerequisites

  • 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

About

Helm Chart for Plausible Analytics

License:Apache License 2.0


Languages

Language:Smarty 100.0%