# linkerd2-multicluster-link A helm chart containing the resources to enable mirroring of services from a remote cluster ![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square) ## Requirements Kubernetes: `>=1.13.0-0` ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | controllerComponentLabel | string | `"linkerd.io/control-plane-component"` | Control plane label. Do not edit | | controllerImage | string | `"ghcr.io/linkerd/controller"` | Docker image for the Service mirror component (uses the Linkerd controller image) | | controllerImageVersion | string | `"linkerdVersionValue"` | Tag for the Service Mirror container Docker image | | createdByAnnotation | string | `"linkerd.io/created-by"` | Annotation label for the proxy create. Do not edit. | | gatewayProbePort | int | `4181` | The port used for liveliness probing | | logLevel | string | `"info"` | Log level for the Multicluster components | | namespace | string | `"linkerd-multicluster"` | Service Mirror component namespace | | serviceMirrorRetryLimit | int | `3` | Number of times update from the remote cluster is allowed to be requeued (retried) | | serviceMirrorUID | int | `2103` | User id under which the Service Mirror shall be ran | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)