Skip to content

Commit

Permalink
Enable nlb cross zone load balancing by default (#686)
Browse files Browse the repository at this point in the history
Signed-off-by: Aylei <rayingecho@gmail.com>
(cherry picked from commit 62d7d26)
  • Loading branch information
aylei authored and weekface committed Jul 29, 2019
1 parent 52654d0 commit c77644c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/modules/aws/tidb-cluster/values/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c77644c

Please sign in to comment.