mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 17:47:11 +00:00
Use different default monitoring port in worker
Both coordinator and worker use the same port number for the monitoring server which leads to a conflict. This fix resolves that.
This commit is contained in:
parent
54deb3607d
commit
f7790732f5
1 changed files with 1 additions and 1 deletions
2
configs/config.yaml
vendored
2
configs/config.yaml
vendored
|
|
@ -53,7 +53,7 @@ worker:
|
|||
zone:
|
||||
monitoring:
|
||||
# monitoring server port
|
||||
port: 6601
|
||||
port: 6602
|
||||
profilingEnabled: false
|
||||
# monitoring server URL prefix
|
||||
metricEnabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue