add peertube

This commit is contained in:
2025-08-25 20:11:46 -04:00
parent 51ac82eef0
commit fea8e75871
8 changed files with 224 additions and 0 deletions

24
peertube/service.yaml Normal file
View File

@@ -0,0 +1,24 @@
kind: Service
apiVersion: v1
metadata:
name: peertube
spec:
selector:
app: peertube
ports:
- protocol: TCP
port: 80
targetPort: 80
name: http
- protocol: TCP
port: 25
targetPort: 25
name: smtp
- protocol: TCP
port: 9000
targetPort: 9000
name: peertube
- protocol: TCP
name: rtmp
port: 1935
targetPort: 1935