Skip to content

perses/helm-charts

Perses Kubernetes Helm Charts

Helm charts for provisioning Perses and the Perses Operator on Kubernetes.

Quick Start

Prerequisites

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Add the Perses Helm repository:

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

Perses

This chart deploys a Perses instance on Kubernetes. It provisions a StatefulSet (file-based storage) or Deployment (SQL-backed), along with service, ingress, Gateway API support, TLS, persistence, provisioning sidecar, and optional ServiceMonitor for Prometheus scraping.

Install Perses with default configuration:

helm install my-perses perses/perses

For detailed configuration options, see the Perses chart documentation.

Perses Operator

This chart deploys the Perses Operator on Kubernetes. It installs the operator along with CRDs, RBAC, cert-manager integration, and webhook configuration to manage Perses instances, dashboards, and data sources declaratively via custom resources.

Install the Perses Operator with default configuration (requires cert-manager in the cluster):

helm install perses-operator perses/perses-operator

To install without cert-manager (not recommended for production):

helm install perses-operator perses/perses-operator --set certManager.enable=false

For detailed configuration options, see the Perses Operator chart documentation.

Development

See the Developer Guide for local setup, testing, documentation generation, and adding new charts.

Contributing

We'd love to have you contribute! Please refer to our contribution guidelines for details.

License

Apache 2.0 License.

About

Perses helm chart

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors