Owncast/manifests/service.yaml

18 lines
320 B
YAML

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