From 3ea3eeefc13ed5cef54dc473b666702230719781 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Sat, 21 Jan 2023 00:28:31 +0000 Subject: [PATCH] update --- rtmp-adr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtmp-adr.yaml b/rtmp-adr.yaml index 664e1f1..cc312a5 100644 --- a/rtmp-adr.yaml +++ b/rtmp-adr.yaml @@ -17,14 +17,17 @@ items: port: 1935 # targetPort: 1935 nodePort: 31935 + protocol: TCP - name: hls port: 8080 # targetPort: 8080 nodePort: 31080 + protocol: TCP - name: http port: 80 # targetPort: 80 nodePort: 30080 + protocol: TCP selector: io.kompose.service: rtmp-adr type: NodePort