Files
deprecated-helm-charts/stable/envoy
KUOKA YusukeandKubernetes Prow Robot e5e3be5b95 [stable/envoy] Add prometheus-operator support (#12065)
You can now create prometheus-operator `ServiceMonitor` and `PrometheusRule` via values.

As this being a feature addition, the chart minor version number is bumped.

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2019-03-14 21:18:55 -07:00
..
2019-01-02 08:24:14 -08:00

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
serviceMonitor.enabled if true, creates a Prometheus Operator ServiceMonitor false
serviceMonitor.interval Interval that Prometheus scrapes Envoy metrics 15s
serviceMonitor.namespace Namespace which the operated Prometheus is running in ``
serviceMonitor.additionalLabels Labels used by Prometheus Operator to discover your Service Monitor. Set according to your Prometheus setup {}
prometheusRule.enabled If true, creates a Prometheus Operator PrometheusRule `false``
prometheusRule.groups Prometheus alerting rules {}
prometheusRule.additionalLabels Labels used by Prometheus Operator to discover your Prometheus Rule {}

All other user-configurable settings, default values and some commentary about them can be found in values.yaml.