Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.94 KB

README.md

File metadata and controls

50 lines (42 loc) · 1.94 KB

example

Version: 0.1.2 Type: application AppVersion: 1.16.1

Installing the Chart

To install the chart with the release name my-release at version 0.1.2:

helm repo add colearendt https://colearendt.github.io/helm
helm install my-release colearendt/example --version=0.1.2

A Helm chart for Kubernetes

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "nginx"
image.tag string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths list []
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.5.0