From 6ad171dce72700dc7a9b72dc9529c3c3e6fe66e2 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Fri, 20 Jan 2023 23:43:48 +0000 Subject: [PATCH] updates --- test.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test.yaml b/test.yaml index ac61ca4..f64a876 100644 --- a/test.yaml +++ b/test.yaml @@ -18,18 +18,3 @@ spec: - image: git.oe74.net/adelorenzo/rtmp-adr:0.6 imagePullPolicy: IfNotPresent name: rtmp-adr ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: rtmp-adr - name: rtmp-adr-svc -spec: - ports: - - port: 31935 - protocol: TCP - targetPort: 1935 - selector: - app: rtmp-adr - type: NodePort