Adds jellyfin app (untested).

This commit is contained in:
2025-08-16 08:05:35 -07:00
parent 6e3b50c217
commit c2efd6359a
7 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: jellyfin
namespace: jellyfin
spec:
ports:
- name: http
port: {{ .apps.jellyfin.port }}
targetPort: http
protocol: TCP
selector:
component: web