17 lines
270 B
YAML
17 lines
270 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: jellyfin
|
|
spec:
|
|
selector:
|
|
app: jellyfin
|
|
ports:
|
|
- name: udp
|
|
protocol: UDP
|
|
port: 7359
|
|
targetPort: 7359
|
|
- name: web
|
|
protocol: TCP
|
|
port: 8096
|
|
targetPort: 8096
|
|
type: ClusterIP |