Skip to content

Latest commit

 

History

History

envoy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

envoy

Version: 0.2.18 Type: application AppVersion: v1.19.1

A Helm chart for Envoy Proxy

Installing the Chart

To install the chart with the release name my-release:

$ helm repo add scoretrak https://scoretrak.github.io/helm-charts
$ helm install my-release scoretrak/envoy

Values

Key Type Default Description
affinity object {}
config.create bool true
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "envoyproxy/envoy"
image.tag string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.nodePort int 30080
service.port int 80
service.type string "NodePort"
serviceAccount.annotations object {}
serviceAccount.create bool false
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.8.1