update jelly
This commit is contained in:
15
deploy/jellyfin/service.yaml
Normal file
15
deploy/jellyfin/service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: jellyfin
|
||||
name: jellyfin
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
port: 8096
|
||||
protocol: TCP
|
||||
targetPort: 8096
|
||||
selector:
|
||||
app: jellyfin
|
||||
type: ClusterIP
|
Reference in New Issue
Block a user