--- apiVersion: v1 kind: Service metadata: name: radarr-service namespace: arr-stack annotations: metallb.io/allow-shared-ip: "shared-ip-1" spec: loadBalancerIP: 192.168.1.230 type: LoadBalancer selector: app: radarr ports: - port: 7878 targetPort: 7878