2026-01-29 13:57:32 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
namespace: qbittorrent
|
|
|
|
|
|
|
|
|
|
resources:
|
2026-05-06 12:50:43 +02:00
|
|
|
- ../../kustomize-bases/nfs-media
|
2026-01-29 13:57:32 +01:00
|
|
|
- configmap.yaml
|
|
|
|
|
- deployments.yaml
|
|
|
|
|
- ingress.yaml
|
|
|
|
|
- pvc.yaml
|
|
|
|
|
- secrets.yaml
|
|
|
|
|
- namespace.yaml
|
2026-02-01 18:42:46 +01:00
|
|
|
|
2026-04-17 21:15:46 +02:00
|
|
|
patches:
|
|
|
|
|
- target:
|
|
|
|
|
kind: PersistentVolume
|
|
|
|
|
name: nfs-media
|
|
|
|
|
patch: |
|
|
|
|
|
- op: replace
|
|
|
|
|
path: /metadata/name
|
|
|
|
|
value: nfs-media-qbittorrent
|
|
|
|
|
- op: replace
|
|
|
|
|
path: /spec/nfs/path
|
|
|
|
|
value: /tank/media/downloads
|
|
|
|
|
- target:
|
|
|
|
|
kind: PersistentVolumeClaim
|
|
|
|
|
name: nfs-media
|
|
|
|
|
patch: |
|
|
|
|
|
- op: replace
|
|
|
|
|
path: /spec/volumeName
|
|
|
|
|
value: nfs-media-qbittorrent
|
|
|
|
|
|
2026-02-01 18:42:46 +01:00
|
|
|
images:
|
|
|
|
|
- name: ghcr.io/qdm12/gluetun
|
2026-02-17 00:02:25 +00:00
|
|
|
newTag: v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab
|
2026-02-01 18:42:46 +01:00
|
|
|
- name: docker.io/qbittorrentofficial/qbittorrent-nox
|
2026-02-03 00:02:26 +00:00
|
|
|
newTag: 5.1.4-2@sha256:85fe2690f418dabffc4907276b3cdffcb7880c7114157b32f932d3b97bac45af
|
2026-05-09 20:10:51 +02:00
|
|
|
- name: docker.io/slskd/slskd
|
|
|
|
|
newTag: 0.25.1
|