Skip to content

Commit

Permalink
Update the correspondence between component default port and dir (#1155)
Browse files Browse the repository at this point in the history
Update the correspondence between component default port and dir
  • Loading branch information
glkappe authored Feb 24, 2021
1 parent 9ac1cf1 commit d5ae317
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/topology.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ tiflash_servers:
# - host: 10.0.1.17
# ssh_port: 22
# port: 8250
# deploy_dir: "/tidb-deploy/pump-8249"
# data_dir: "/tidb-data/pump-8249"
# log_dir: "/tidb-deploy/pump-8249/log"
# deploy_dir: "/tidb-deploy/pump-8250"
# data_dir: "/tidb-data/pump-8250"
# log_dir: "/tidb-deploy/pump-8250/log"
# numa_node: "0,1"
# # The following configs are used to overwrite the `server_configs.drainer` values.
# config:
Expand Down Expand Up @@ -606,14 +606,14 @@ monitoring_servers:
- host: 10.0.1.11
# ssh_port: 22
# port: 9090
# deploy_dir: "/tidb-deploy/prometheus-8249"
# data_dir: "/tidb-data/prometheus-8249"
# log_dir: "/tidb-deploy/prometheus-8249/log"
# deploy_dir: "/tidb-deploy/prometheus-9090"
# data_dir: "/tidb-data/prometheus-9090"
# log_dir: "/tidb-deploy/prometheus-8249/9090"

grafana_servers:
- host: 10.0.1.11
# port: 3000
# deploy_dir: /tidb-deploy/grafana-3000
# deploy_dir: "/tidb-deploy/grafana-3000"

alertmanager_servers:
- host: 10.0.1.11
Expand Down

0 comments on commit d5ae317

Please sign in to comment.