linkerd2/charts/linkerd2-service-mirror
Alejandro Pedraza d0d97e9426
Upgrade to Helm v3 (#4373)
Upgraded to Helm v3.2.1 from v2.16.1, getting rid of Tiller and making
other simplifications.

Note that the version placeholder in the `values.yaml` files had to be
changed from `{version}` to `linkerdVersionValue` because the former
confuses Helm v3.
2020-05-14 12:11:47 -05:00
..
templates Make gateway require TLS for incoming requests (#4339) 2020-05-11 10:07:48 +03:00
.helmignore Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
Chart.yaml Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
README.md Add liveliness checks and metrics for multicluster gateway (#4233) 2020-04-27 13:06:58 +03:00
values.yaml Upgrade to Helm v3 (#4373) 2020-05-14 12:11:47 -05:00

README.md

Linkerd2-service-mirror Helm Chart

Linkerd is a service mesh, designed to give platform-wide observability, reliability, and security without requiring configuration or code changes. The Linkerd Service Mirror makes it possible to mirror services located on remote clusters with the purpose of routing traffic to them.

Configuration

The following table lists the configurable parameters of the linkerd2-service-mirror chart and their default values.

Parameter Description Default
controllerComponentLabel Control plane label. Do not edit linkerd.io/control-plane-component
controllerImage Docker image for the Service mirror component (uses the Linkerd controller image) gcr.io/linkerd-io/controller
controllerImageVersion Tag for the Service Mirror container Docker image latest version
namespace Service Mirror component namespace linkerd-service-mirror
serviceMirrorUID User id under which the Service Mirror shall be ran 2103
logLevel Log level for the Service Mirror component info
eventRequeueLimit Number of times update from the remote cluster is allowed to be requeued (retried) 3