linkerd2/charts/linkerd2-multicluster/values.yaml

43 lines
1.6 KiB
YAML

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