27 lines
448 B
YAML
27 lines
448 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: jellyfin
|
|
namespace: projects
|
|
spec:
|
|
selector:
|
|
app: jellyfin
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8096
|
|
targetPort: 8096
|
|
nodePort: 30096
|
|
type: NodePort
|
|
# apiVersion: v1
|
|
# kind: Service
|
|
# metadata:
|
|
# name: jellyfin
|
|
# namespace: projects
|
|
# spec:
|
|
# selector:
|
|
# app: jellyfin
|
|
# ports:
|
|
# - protocol: TCP
|
|
# port: 8096
|
|
# targetPort: 8096
|
|
# type: ClusterIP |