| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 1 | apiVersion: helm.toolkit.fluxcd.io/v2beta1 |
| 2 | kind: HelmRelease |
| 3 | metadata: |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 4 | name: qbittorrent |
| Giorgi Lekveishvili | 7fb28bf | 2023-06-24 19:51:16 +0400 | [diff] [blame] | 5 | namespace: {{ .Release.Namespace }} |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 6 | spec: |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 7 | chart: |
| 8 | spec: |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 9 | chart: charts/qbittorrent |
| 10 | sourceRef: |
| 11 | kind: GitRepository |
| 12 | name: pcloud |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 13 | namespace: {{ .Global.Id }} |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 14 | interval: 1m0s |
| 15 | values: |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 16 | pcloudInstanceId: {{ .Global.Id }} |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 17 | image: |
| 18 | repository: lscr.io/linuxserver/qbittorrent |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 19 | tag: 4.5.3 |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 20 | pullPolicy: IfNotPresent |
| 21 | ingress: |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 22 | className: {{ .Global.Id }}-ingress-private |
| 23 | domain: {{ .Values.Subdomain }}.{{ .Global.PrivateDomain }} |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 24 | webui: |
| 25 | port: 8080 |
| 26 | bittorrent: |
| 27 | port: 6881 |
| 28 | storage: |
| 29 | size: 1Ti |