helm-charts

Helm Charts Repository

This repository contains Helm charts for deploying various applications on Kubernetes.

Available Charts

Getting Started

Adding the Helm Repository

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

Installing a Chart

To install the vLLM chart:

helm install vllm danchev/chart-vllm

To install the NVIDIA GPU Exporter chart:

helm install nvidia-gpu-exporter danchev/nvidia-gpu-exporter

Replace vllm and nvidia-gpu-exporter with your desired release names.

For more details, see the README in each chart directory.