mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
fixed connect port label
This commit is contained in:
@@ -22,10 +22,10 @@ var (
|
||||
},
|
||||
}}
|
||||
testConnectPorts = structs.AllocatedPorts{{
|
||||
Label = "connect-proxy-redis"
|
||||
Value = 3000,
|
||||
To = 3000,
|
||||
HostIP = "192.168.30.1",
|
||||
Label: "connect-proxy-redis",
|
||||
Value: 3000,
|
||||
To: 3000,
|
||||
HostIP: "192.168.30.1",
|
||||
}}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user