Helm values.yaml

A configuration file overriding default Helm chart values.

Open in YAML Formatter

About this format

Helm uses values.yaml to provide customizable parameters for Kubernetes chart templates.

Example Data

replicaCount: 2
image:
  repository: my-app
  tag: "1.2.3"
  pullPolicy: IfNotPresent
service:
  type: ClusterIP
  port: 80

When to use Helm values.yaml

  • Configuring application deployments
  • Setting environment-specific variables
  • Tuning resource limits