vllm/examples/online_serving/chart-helm
Huy Do 2c4f59afc3
Update PyTorch to 2.7.0 (#16859)
2025-04-29 19:08:04 -07:00
..
templates [Doc] Move examples into categories (#11840) 2025-01-08 13:09:53 +00:00
.helmignore [Doc] Move examples into categories (#11840) 2025-01-08 13:09:53 +00:00
Chart.yaml [Doc] Move examples into categories (#11840) 2025-01-08 13:09:53 +00:00
README.md [CI/Build] Auto-fix Markdown files (#12941) 2025-02-08 04:25:15 -08:00
ct.yaml [Doc] Move examples into categories (#11840) 2025-01-08 13:09:53 +00:00
lintconf.yaml [Doc] Move examples into categories (#11840) 2025-01-08 13:09:53 +00:00
values.schema.json [Doc] Move examples into categories (#11840) 2025-01-08 13:09:53 +00:00
values.yaml Update PyTorch to 2.7.0 (#16859) 2025-04-29 19:08:04 -07:00

README.md

Helm Charts

This directory contains a Helm chart for deploying the vllm application. The chart includes configurations for deployment, autoscaling, resource management, and more.

Files

  • Chart.yaml: Defines the chart metadata including name, version, and maintainers.
  • ct.yaml: Configuration for chart testing.
  • lintconf.yaml: Linting rules for YAML files.
  • values.schema.json: JSON schema for validating values.yaml.
  • values.yaml: Default values for the Helm chart.
  • templates/_helpers.tpl: Helper templates for defining common configurations.
  • templates/configmap.yaml: Template for creating ConfigMaps.
  • templates/custom-objects.yaml: Template for custom Kubernetes objects.
  • templates/deployment.yaml: Template for creating Deployments.
  • templates/hpa.yaml: Template for Horizontal Pod Autoscaler.
  • templates/job.yaml: Template for Kubernetes Jobs.
  • templates/poddisruptionbudget.yaml: Template for Pod Disruption Budget.
  • templates/pvc.yaml: Template for Persistent Volume Claims.
  • templates/secrets.yaml: Template for Kubernetes Secrets.
  • templates/service.yaml: Template for creating Services.