kubernetes/k8s-wheatley/radarr/services.yaml

13 lines
159 B
YAML
Raw Permalink Normal View History

2025-12-30 12:42:10 +01:00
---
apiVersion: v1
kind: Service
metadata:
name: radarr
spec:
selector:
app: radarr
ports:
- port: 80
protocol: TCP
targetPort: 7878