2023-12-15 14:05:14 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: jellyfin
|
|
|
|
name: jellyfin
|
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
- name: web
|
2023-12-15 14:28:15 +00:00
|
|
|
targetPort: 8096
|
|
|
|
port: 80
|
2023-12-15 14:05:14 +00:00
|
|
|
selector:
|
|
|
|
app: jellyfin
|
|
|
|
type: LoadBalancer
|