32 lines
611 B
YAML
32 lines
611 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: qbittorrent
|
|
namespace: qbittorrent
|
|
spec:
|
|
targetNamespace: qbittorrent
|
|
chart:
|
|
spec:
|
|
chart: qbittorrent
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: adminafk
|
|
namespace: flux-system
|
|
interval: 1h
|
|
install:
|
|
remediation:
|
|
retries: 3
|
|
values:
|
|
service:
|
|
web:
|
|
port: 8888
|
|
torrent:
|
|
port: 8388
|
|
config:
|
|
persistence:
|
|
name: config
|
|
storageClass: local-path
|
|
size: 5Gi
|
|
volumeMounts:
|
|
- name: download
|
|
mountPath: /download |