blob: 0eaf50794ce358ec3ebc609429ec52ea34073aa1 [file] [log] [blame]
giolekvaef76a3e2022-01-10 12:22:28 +04001apiVersion: helm.toolkit.fluxcd.io/v2beta1
2kind: HelmRelease
3metadata:
4 name: qbittorrent
5 namespace: {{ .Values.NamespacePrefix }}app-torrent # TODO(giolekva): qbittorrent
6spec:
7 chart:
8 spec:
9 chart: charts/qbittorrent
10 sourceRef:
11 kind: GitRepository
12 name: pcloud
13 namespace: {{ .Values.Id }}
14 dependsOn:
15 - name: namespaces
16 namespace: {{ .Values.Id }}
17 interval: 1m0s
18 values:
19 pcloudInstanceId: {{ .Values.Id }}
20 image:
21 repository: lscr.io/linuxserver/qbittorrent
22 tag: latest
23 pullPolicy: IfNotPresent
24 ingress:
25 className: {{ .Values.Id }}-ingress-private
26 domain: torrent.p.{{ .Values.Domain }}
27 webui:
28 port: 8080
29 bittorrent:
30 port: 6881
31 storage:
32 size: 1Ti