blob: 05975958118c0ea72523c191689cda3aff585d33 [file] [log] [blame]
giolekvaef76a3e2022-01-10 12:22:28 +04001apiVersion: helm.toolkit.fluxcd.io/v2beta1
2kind: HelmRelease
3metadata:
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +04004 name: qbittorrent
Giorgi Lekveishvili7fb28bf2023-06-24 19:51:16 +04005 namespace: {{ .Release.Namespace }}
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +04006spec:
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +04007 chart:
8 spec:
giolekvaef76a3e2022-01-10 12:22:28 +04009 chart: charts/qbittorrent
10 sourceRef:
11 kind: GitRepository
12 name: pcloud
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +040013 namespace: {{ .Global.Id }}
giolekvaef76a3e2022-01-10 12:22:28 +040014 interval: 1m0s
15 values:
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +040016 pcloudInstanceId: {{ .Global.Id }}
giolekvaef76a3e2022-01-10 12:22:28 +040017 image:
18 repository: lscr.io/linuxserver/qbittorrent
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +040019 tag: 4.5.3
giolekvaef76a3e2022-01-10 12:22:28 +040020 pullPolicy: IfNotPresent
21 ingress:
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +040022 className: {{ .Global.Id }}-ingress-private
23 domain: {{ .Values.Subdomain }}.{{ .Global.PrivateDomain }}
giolekvaef76a3e2022-01-10 12:22:28 +040024 webui:
25 port: 8080
26 bittorrent:
27 port: 6881
28 storage:
29 size: 1Ti