Owncast/manifests/deployment.yaml

31 lines
776 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: owncast
namespace: owncast
spec:
replicas: 1
selector:
matchLabels:
app: owncast
template:
metadata:
labels:
app: owncast
spec:
hostname: owncast
subdomain: owncast
containers:
- name: owncast
image: owncast/owncast:0.2.3
ports:
- containerPort: 8080
- containerPort: 1935
volumeMounts:
- mountPath: "/app/data"
name: owncast-data
volumes:
- name: owncast-data
persistentVolumeClaim:
claimName: owncast-pvc