13 lines
176 B
YAML
13 lines
176 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: jellyfin
|
|
namespace: media
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8096
|
|
selector:
|
|
app: jellyfin
|