Skip to content

Commit

Permalink
Merge branch 'add_label_for_auto_scale_out_tikv' of https://github.co…
Browse files Browse the repository at this point in the history
…m/Yisaer/tidb-operator into add_label_for_auto_scale_out_tikv
  • Loading branch information
Song Gao committed Feb 27, 2020
2 parents c7b0a19 + 6e563c4 commit 8083282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/member/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ fi
# Use HOSTNAME if POD_NAME is unset for backward compatibility.
POD_NAME=${POD_NAME:-$HOSTNAME}
ARGS="--pd=http://${CLUSTER_NAME}-pd:2379 \
ARGS="--pd={{ .Scheme }}://${CLUSTER_NAME}-pd:2379 \
--advertise-addr=${POD_NAME}.${HEADLESS_SERVICE_NAME}.${NAMESPACE}.svc:20160 \
--addr=0.0.0.0:20160 \
--status-addr=0.0.0.0:20180 \
Expand Down

0 comments on commit 8083282

Please sign in to comment.