helm/owncast/ingress.yaml

19 lines
324 B
YAML
Raw Normal View History

2023-09-06 04:40:49 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: owncast
labels:
name: owncast
spec:
rules:
- host: live.sense-t.eu.org
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: owncast-web
port:
number: 8080