Skip to content

Commit

Permalink
dashboard-deploy-config-change (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jul 7, 2022
1 parent ef5358b commit 2d393e3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs-2.0/nebula-dashboard/2.deploy-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ After the service is started, you can enter `<IP>:8090` in the browser to check
target: "127.0.0.1:8090" // The IP address and port of the gateway service.
prometheus:
target: "127.0.0.1:9090" // The IP address and port of the prometheus service.
graph:
target: "127.0.0.1:19669" // Used to get the running configurations of the Graph service.
storage:
target: "127.0.0.1:19779" // Used to get the running configurations of the Storage service.
nebulaServer:
ip: "192.168.8.143" // The IP address of any Graph service.
port: 9669 // The port of the Nebula Graph.
Expand Down Expand Up @@ -291,7 +295,13 @@ Docker has been installed on the node where Dashboard is deployed.
},
"prometheus":{
"target": "prometheus:9090" # The hostname of the prometheus container and the port of the prometheus service.
}
},
"graph":{
"target": "graphd:19669" # Used to get the running configurations of the Graph service.
},
"storage":{
"target": "graphd:19779" # Used to get the running configurations of the Storage service.
}
},
"nebulaServer": { # The access information of any Graph service.
"ip": "192.168.8.131", # The IP address of the node where the Graph service is deployed.
Expand Down

0 comments on commit 2d393e3

Please sign in to comment.