apiVersion: v1 kind: Service metadata: name: sonarr namespace: media spec: type: ClusterIP ports: - port: 80 targetPort: 8989 selector: app: sonarr