Skip to content

Commit

Permalink
change dashboard_addr port 3000 to 80
Browse files Browse the repository at this point in the history
Signed-off-by: ansjsun <[email protected]>
  • Loading branch information
ansjsun committed Jul 9, 2020
1 parent 29b532d commit 2499acd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/cfg/console.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"objectNodeDomain": "object.chubao.io",
"master_instance": "192.168.0.11:9066",
"monitor_addr": "http://192.168.0.102:9090",
"dashboard_addr": "http://192.168.0.103:3000",
"dashboard_addr": "http://192.168.0.103",
"monitor_app": "cfs",
"monitor_cluster": "cfs"
}
2 changes: 1 addition & 1 deletion docker/conf/console.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"objectNodeDomain": "object.chubao.io",
"master_instance": "192.168.0.11:9066",
"monitor_addr": "http://192.168.0.102:9090",
"dashboard_addr": "http://192.168.0.103:3000",
"dashboard_addr": "http://192.168.0.103",
"monitor_app": "cfs",
"monitor_cluster": "cfs"
}
2 changes: 1 addition & 1 deletion docs/source/manual-deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Sample *console.json is* shown as follows,
"objectNodeDomain": "object.chubao.io",
"master_instance": "192.168.0.11:9066",
"monitor_addr": "http://192.168.0.102:9090",
"dashboard_addr": "http://192.168.0.103:3000",
"dashboard_addr": "http://192.168.0.103",
"monitor_app": "cfs",
"monitor_cluster": "cfs"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user-guide/console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Configurations
],
"master_instance": "192.168.0.11:9066",
"monitor_addr": "http://192.168.0.102:9090",
"dashboard_addr": "http://192.168.0.103:3000",
"dashboard_addr": "http://192.168.0.103",
"monitor_app": "cfs",
"monitor_cluster": "spark"
}
Expand Down

0 comments on commit 2499acd

Please sign in to comment.