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