Adds jellyfin app (untested).
This commit is contained in:
13
apps/jellyfin/service.yaml
Normal file
13
apps/jellyfin/service.yaml
Normal 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
|
Reference in New Issue
Block a user