Files
k3s/clusters/default/arr-stack/qbittorrent/qbittorrent-svc.yml

14 lines
199 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: qbittorrent-service
namespace: arr-stack
spec:
type: LoadBalancer
selector:
app: qbittorrent
ports:
- port: 8080
targetPort: 8080