--- apiVersion: v1 kind: Service metadata: name: sonarr-kids namespace: arrstack spec: ports: - name: http port: 8989 protocol: TCP targetPort: http selector: app: sonarr-kids type: ClusterIP