From a47e56de8e50dea5db740d38a9a3d5c2b08fff58 Mon Sep 17 00:00:00 2001 From: Aylei Date: Wed, 24 Jul 2019 13:21:25 +0800 Subject: [PATCH] Enable nlb cross zone load balancing by default Signed-off-by: Aylei --- deploy/modules/aws/tidb-cluster/values/default.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/modules/aws/tidb-cluster/values/default.yaml b/deploy/modules/aws/tidb-cluster/values/default.yaml index d384fa5763..88e9b561a7 100644 --- a/deploy/modules/aws/tidb-cluster/values/default.yaml +++ b/deploy/modules/aws/tidb-cluster/values/default.yaml @@ -12,6 +12,7 @@ tidb: annotations: service.beta.kubernetes.io/aws-load-balancer-internal: '0.0.0.0/0' service.beta.kubernetes.io/aws-load-balancer-type: nlb + service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: 'true' separateSlowLog: true monitor: storage: 100Gi