k8s/apps/arr/sonarr/service.yaml

13 lines
172 B
YAML
Raw Permalink Normal View History

2026-03-17 08:11:22 +00:00
apiVersion: v1
kind: Service
2026-03-17 08:11:22 +00:00
metadata:
name: sonarr
namespace: media
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8989
selector:
app: sonarr