apiVersion: v1 kind: Service metadata: name: owncast-svc namespace: owncast spec: ports: - name: http port: 80 protocol: TCP targetPort: 8080 - name: rtmp port: 1935 protocol: TCP targetPort: 1935 selector: app: owncast