19 lines
367 B
YAML
19 lines
367 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
annotations:
|
||
|
|
kompose.cmd: kompose convert -f compose-jellyfin.yaml
|
||
|
|
kompose.version: 1.38.0 (HEAD)
|
||
|
|
labels:
|
||
|
|
io.kompose.service: jellyfin
|
||
|
|
name: jellyfin
|
||
|
|
spec:
|
||
|
|
type: NodePort
|
||
|
|
ports:
|
||
|
|
- name: "30796"
|
||
|
|
port: 30796
|
||
|
|
targetPort: 8096
|
||
|
|
nodePort: 30796
|
||
|
|
selector:
|
||
|
|
io.kompose.service: jellyfin
|