k3s-cluster/cluster/apps/download/qbittorrent/service.yaml

16 lines
249 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: qbittorrent
namespace: download
labels:
app: qbittorrent
kubernetes.io/name: "qbittorrent"
spec:
selector:
app: qbittorrent
ports:
- name: http
port: 8080
targetPort: 8080