Skip to content

Commit 0c7a4a3

Browse files
committed
DOC/MINOR: aws: only one port is allowed
1 parent 2be281b commit 0c7a4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discovery/AWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Data Plane API allows performing EC2 instances discovery, self-registering IP ad
77
All instances must be tagged with the following tags:
88

99
- `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).
1111

1212
> The said tags are mandatory, otherwise, the instance will be ignored.
1313
1414
An additional tag is provided, in case of override for the single instance
1515

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).
1717

1818
## Filtering
1919

0 commit comments

Comments
 (0)