mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
This feature enables you to make your values.yaml a bit more DRY by referencing chart values from within the envoy.yaml template by using the `{{ .Values.foo.bar }}`.
This also adds mumoshu as an co-owner of this chart.
Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
stable/envoy
Envoy is an open source edge and service proxy, designed for cloud-native applications.
Installing the Chart
To install the chart with the release name my-release:
$ helm install stable/envoy --name my-release
The command deploys envoy on the Kubernetes cluster with the default configuration. The configuration section lists the parameters that can be configured during installation.
Uninstalling the Chart
To uninstall/delete the my-release deployment:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
The following table lists the configurable parameters of the envoy chart and their default values.
| Parameter | Description | Default |
|---|---|---|
files.envoy\.yaml |
content of a full envoy configuration file as documented in https://www.envoyproxy.io/docs/envoy/latest/configuration/configuration | See values.yaml |
templates.envoy\.yaml |
golang template of a full configuration file. Use the {{ .Values.foo.bar }} syntax to embed chart values |
See values.yaml |
All other user-configurable settings, default values and some commentary about them can be found in values.yaml.