summaryrefslogtreecommitdiffstats
path: root/k8s/README.md
diff options
context:
space:
mode:
authorJack Lucas <jflucas@att.com>2018-10-12 11:30:05 -0400
committerJack Lucas <jflucas@research.att.com>2018-10-12 14:34:25 -0400
commit74aaa02970e8c4ee3f134ee378fd5b7167cd06a0 (patch)
treeb678e4c827943fd0523f6e10a6b524e550dc851e /k8s/README.md
parentf5b12d94ad46f17a219caafd703b18f3a266d5b1 (diff)
Add support for UDP port mapping
Issue-ID: DCAEGEN2-796 Change-Id: I09038d0bc7154b989f9ce9e328da57aac0020597 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/README.md')
-rw-r--r--k8s/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/k8s/README.md b/k8s/README.md
index 2f4b3a6..dfe9937 100644
--- a/k8s/README.md
+++ b/k8s/README.md
@@ -108,7 +108,9 @@ mode | Readable, writeable: `ro`, `rw`
#### `ports`
-List of strings - Used to bind container ports to host ports. Each item is of the format: `<container port>:<host port>`.
+List of strings - Used to bind container ports to host ports. Each item is of the format: `<container port>:<host port>` or
+<container port>/<protocol>:<host port>, where <protocol> can be "TCP", "tcp", "UDP", or "udp". If the first format is used, the
+protocol defaults to TCP.
Note that `ContainerizedPlatformComponent` has the property pair `host_port` and `container_port`. This pair will be merged with the input parameters ports.