Files
Kubernetes-Manifests/arrstack/sonarr/sonarrr-svc.yaml
2026-06-01 10:10:01 +02:00

14 lines
207 B
YAML

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