| 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: namespaces-qbittorrent |
| 5 | namespace: {{ .Global.Id }} |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 6 | spec: |
| 7 | chart: |
| 8 | spec: |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 9 | chart: charts/namespaces |
| 10 | sourceRef: |
| 11 | kind: GitRepository |
| 12 | name: pcloud |
| 13 | namespace: {{ .Global.Id }} |
| 14 | interval: 1m0s |
| 15 | values: |
| 16 | pcloudInstanceId: {{ .Global.Id }} |
| 17 | namespacePrefix: {{ .Global.NamespacePrefix }} |
| 18 | namespaces: |
| 19 | - app-qbittorrent |
| 20 | --- |
| 21 | apiVersion: helm.toolkit.fluxcd.io/v2beta1 |
| 22 | kind: HelmRelease |
| 23 | metadata: |
| 24 | name: qbittorrent |
| 25 | namespace: {{ .Global.NamespacePrefix }}app-qbittorrent |
| 26 | spec: |
| 27 | dependsOn: |
| 28 | - name: namespaces-qbittorrent |
| 29 | namespace: {{ .Global.Id }} |
| 30 | chart: |
| 31 | spec: |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 32 | chart: charts/qbittorrent |
| 33 | sourceRef: |
| 34 | kind: GitRepository |
| 35 | name: pcloud |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 36 | namespace: {{ .Global.Id }} |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 37 | interval: 1m0s |
| 38 | values: |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 39 | pcloudInstanceId: {{ .Global.Id }} |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 40 | image: |
| 41 | repository: lscr.io/linuxserver/qbittorrent |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 42 | tag: 4.5.3 |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 43 | pullPolicy: IfNotPresent |
| 44 | ingress: |
| Giorgi Lekveishvili | acc4a63 | 2023-06-09 12:50:21 +0400 | [diff] [blame] | 45 | className: {{ .Global.Id }}-ingress-private |
| 46 | domain: {{ .Values.Subdomain }}.{{ .Global.PrivateDomain }} |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 47 | webui: |
| 48 | port: 8080 |
| 49 | bittorrent: |
| 50 | port: 6881 |
| 51 | storage: |
| 52 | size: 1Ti |