deploy Arr Stack + Emby to media namespace

This commit is contained in:
2026-05-17 22:05:17 +00:00
parent 9176edf792
commit b5d7329058
+17
View File
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: emby
namespace: media
spec:
selector:
app: emby
ports:
- name: http
port: 8096
targetPort: 8096
protocol: TCP
- name: https
port: 8920
targetPort: 8920
protocol: TCP