-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
executable file
·20 lines (18 loc) · 849 Bytes
/
values.yaml
File metadata and controls
executable file
·20 lines (18 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# A list of target clusters for which link resources will be deployed
clusterLinks: []
# - name: workload-cluster-1
# gatewayAddress: 35.219.192.3
# gatewayIdentity: linkerd-gateway.linkerd-multicluster.serviceaccount.identity.linkerd.cluster.local
# secretName: cluster-credentials-workload-cluster-1
# linkAnnotations:
# buoyant.cloud/target-cluster: workload-1
# serviceAccountAnnotations:
# iam.gke.io/gcp-service-account: linkerd-multicluster@my-gcp-project.iam.gserviceaccount.com
# targetClusterDomain: cluster.local
# targetClusterLinkerdNamespace: linkerd
# Label key and value for Services in target clusters that should be mirrored to source cluster
mirroredServiceLabel:
key: mirror.linkerd.io/exported
value: "true"
# Version of Linkerd Service Mirror image
linkerdVersion: stable-2.12.4