File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Data Plane API allows performing EC2 instances discovery, self-registering IP ad
7
7
All instances must be tagged with the following tags:
8
8
9
9
- ` HAProxy:Service:Name ` : the service name will compose the HAProxy ` backend ` name.
10
- - ` HAProxy:Service:Port ` : the default service port is listening to.
10
+ - ` HAProxy:Service:Port ` : the default service port is listening to (only one port is allowed) .
11
11
12
12
> The said tags are mandatory, otherwise, the instance will be ignored.
13
13
14
14
An additional tag is provided, in case of override for the single instance
15
15
16
- - ` HAProxy:Instance:Port ` : allows to override the default Service port.
16
+ - ` HAProxy:Instance:Port ` : allows to override the default Service port (only one port is allowed) .
17
17
18
18
## Filtering
19
19
You can’t perform that action at this time.
0 commit comments