This repository contains a collection of well-maintained Helm Charts for quickly deploying common services to Kubernetes clusters.
- Description: Lightweight self-hosted documentation system
- Use Case: Rapid deployment of basic web applications
- Description: All-in-one monitoring solution
- Includes:
- Grafana dashboards
- Prometheus for metrics
- Loki for logs
- Tempo for traces
- Agent Operator for auto-collection
- Description: Enterprise-grade Identity and Access Management solution
- Architecture: Highly available StatefulSet deployment
- Features:
- Automatic database initialization
- Cluster mode configuration
- Description: Production-ready reverse proxy/Ingress controller
- Key Features:
- CertManager integration
- Automatic TLS certificate renewal
- Pre-configured middleware
- Wildcard domain support
- Custom CRD support
- Description: Modern website analytics platform
- Features:
- Lightweight deployment
- PostgreSQL integration
- Add the repository to Helm:
helm repo add phantom-lab https://phantommaa.github.io/charts
helm repo update
- Install a chart (example for grafana-stack):
helm install grafana-stack phantom-lab/grafana-stack \
--namespace monitoring \
--create-namespace
View configurable parameters for a chart:
helm show values phantom-lab/grafana-stack
Custom installation with values file:
helm install -f custom-values.yaml grafana-stack phantom-lab/grafana-stack
MIT License - See LICENSE file