add media services

This commit is contained in:
2025-03-19 20:00:55 +01:00
parent 923cc6dd52
commit ce802a4891
25 changed files with 523 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Jackett Service
apiVersion: v1
kind: Service
metadata:
name: jackett
namespace: jellyfin
spec:
selector:
app: jackett
ports:
- name: http
protocol: TCP
port: 80
targetPort: 9117