Skip to content

Cluster Values File

The Cluster values file:

  • is a file named values.yaml
  • located in a cluster directory
  • that contains the chart configuration for the whole cluster.

A cluster with Cert manager, Traefik and Kubernetes Dashboard

cert_manager:
enabled: true
# The issuer used in all certificate request of kube-x.
issuer_name: 'letsencrypt-prod'
traefik:
enabled: true
hostname: 'traefik-bcf52bfa.nip.io'
kubernetes_dashboard:
enabled: true
# The external DNS
hostname: 'kube-bcf52bfa.nip.io'

The Cluster values files has one top node for each kubee helmet chart that contains the helmet chart configuration

Each chart top node should at least have the enabled property set to true if the Chart should be installed.