Files
k3s/clusters/default/media/jellyfin/jellyfin-svc.yml
aggarwalakshun 6f938d573c
All checks were successful
renovate / renovate (push) Successful in 7m34s
use shared-ip
2025-10-26 21:40:23 +05:30

18 lines
300 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: jellyfin-service
namespace: media
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: jellyfin
ports:
- port: 8096
targetPort: 8096
protocol: TCP