linkerd2/charts/linkerd2-multicluster
Björn Wenzel 0ee18eb168
Allow Multicluster Service to be non LoadBalancer ServiceType (#5307)
Signed-off-by: Björn Wenzel <bjoern.wenzel@dbschenker.com>
2020-12-03 13:03:49 -05:00
..
templates Allow Multicluster Service to be non LoadBalancer ServiceType (#5307) 2020-12-03 13:03:49 -05:00
.helmignore Add allow and link commands (#4466) 2020-05-27 14:30:55 -07:00
Chart.yaml Add automatic readme generation for charts (#5316) 2020-12-02 14:37:45 -05:00
README.md Allow Multicluster Service to be non LoadBalancer ServiceType (#5307) 2020-12-03 13:03:49 -05:00
README.md.gotmpl Add automatic readme generation for charts (#5316) 2020-12-02 14:37:45 -05:00
values.yaml Allow Multicluster Service to be non LoadBalancer ServiceType (#5307) 2020-12-03 13:03:49 -05:00

README.md

linkerd2-multicluster

A helm chart containing the resources to support multicluster linking to remote clusters

Version: 0.1.0

AppVersion: edge-XX.X.X

Requirements

Kubernetes: >=1.13.0-0

Values

Key Type Default Description
controllerComponentLabel string "linkerd.io/control-plane-component" Control plane label. Do not edit
createdByAnnotation string "linkerd.io/created-by" Annotation label for the proxy create. Do not edit.
gateway bool true If the gateway component should be installed
gatewayLocalProbePath string "/health-local" The path that will be used by the local liveness checks to ensure the gateway is alive
gatewayLocalProbePort int 8888 The port that will be used by the local liveness checks to ensure the gateway is alive
gatewayName string "linkerd-gateway" The name of the gateway that will be installed
gatewayNginxImage string "nginx" The Nginx image
gatewayNginxImageVersion float 1.17 The version of the Nginx image
gatewayPort int 4143 The port on which all the gateway will accept incoming traffic
gatewayProbePath string "/health" The path that will be used by remote clusters for determining whether the gateway is alive
gatewayProbePort int 4181 The port used for liveliness probing
gatewayProbeSeconds int 3 The interval (in seconds) between liveness probes
gatewayServiceType string "LoadBalancer" Service Type of gateway Service
installNamespace bool true If the namespace should be installed
linkerdVersion string "linkerdVersionValue" Control plane version
namespace string "linkerd-multicluster" Service Mirror component namespace
proxyOutboundPort int 4140 The port on which the proxy accepts outbound traffic
remoteMirrorServiceAccount bool true If the remote mirror service account should be installed
remoteMirrorServiceAccountName string "linkerd-service-mirror-remote-access-default" The name of the service account used to allow remote clusters to mirror local services

Autogenerated from chart metadata using helm-docs v1.4.0