bugfix:修改consul在server模式下设置8500端口为hostport

This commit is contained in:
fumingwei
2023-02-14 18:54:08 +08:00
committed by 付明卫
parent cf3432d0e1
commit 91efa36fd7
2 changed files with 1 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ SWARMKV_CLUSTER_NAME="tsg-shaping-vsys{{ .Values.vsys_id }}"
SWARMKV_NODE_IP="0.0.0.0"
SWARMKV_NODE_PORT=8551
SWARMKV_CONSUL_IP="NODE_IP_LOCATION"
SWARMKV_CONSUL_PORT=30085
SWARMKV_CONSUL_PORT=8500
SWARMKV_CLUSTER_ANNOUNCE_IP="NODE_IP_LOCATION"
SWARMKV_CLUSTER_ANNOUNCE_PORT=CLUSTER_ANNOUNCE_PORT_LOCATION