--- 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