add ingress, pvc, svc and deployment for ersatztv

This commit is contained in:
2025-12-28 03:31:50 +05:30
parent 63ff9eca66
commit 34a6f7dc67
4 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
name: ersatztv-service
namespace: media
spec:
selector:
app: ersatztv
ports:
- port: 8409
targetPort: 8409
protocol: TCP