feat: deploy Arr Stack + Emby to media namespace

This commit is contained in:
2026-05-17 22:01:51 +00:00
parent c05b242e97
commit b7381996b7
+20
View File
@@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: emby
namespace: media
labels:
app: emby
spec:
type: ClusterIP
ports:
- port: 8096
targetPort: 8096
protocol: TCP
name: http
- port: 8920
targetPort: 8920
protocol: TCP
name: https
selector:
app: emby