fix: 3v3 team match wrong problems
This commit is contained in:
@@ -15,8 +15,9 @@ set -euo pipefail
|
||||
MASTER_HOST="${MASTER_HOST:-host_172.16.16.16}"
|
||||
# Intranet IPs that the MASTER uses to reach workers (no alias on the CVMs).
|
||||
WORKER_INTRANET_IPS=(
|
||||
"172.16.16.17"
|
||||
"172.16.16.8"
|
||||
"10.1.0.6"
|
||||
"172.16.32.10"
|
||||
"172.16.32.16"
|
||||
)
|
||||
|
||||
NAMESPACE="tankwar"
|
||||
@@ -141,12 +142,10 @@ step_verify() {
|
||||
|
||||
------------------------------------------------------------
|
||||
Public endpoints (after DNS on www.igeek.site takes effect):
|
||||
wss://www.igeek.site:30081/ (via NodePort on any of the 3 CVMs)
|
||||
wss://www.igeek.site:30081/ (via NodePort)
|
||||
|
||||
Direct CVM access for smoke test:
|
||||
wscat -c ws://43.139.80.61:30081/
|
||||
wscat -c ws://43.138.255.42:30081/
|
||||
wscat -c ws://159.75.104.221:30081/
|
||||
|
||||
Remember to allow TCP/30081 in the CVM security group.
|
||||
------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user