feat: deploy Arr Stack + Emby to media namespace #54

Closed
gitea-admin wants to merge 22 commits from orion/auto/feat-deploy-arr-stack-emby-to-media-name-1779055305502 into main
Showing only changes of commit b7381996b7 - Show all commits
+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