19 lines
436 B
YAML
19 lines
436 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: qbittorrent
|
|
|
|
resources:
|
|
- configmap.yaml
|
|
- deployments.yaml
|
|
- ingress.yaml
|
|
- pvc.yaml
|
|
- secrets.yaml
|
|
- services.yaml
|
|
- namespace.yaml
|
|
|
|
images:
|
|
- name: ghcr.io/qdm12/gluetun
|
|
newTag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
|
|
- name: docker.io/qbittorrentofficial/qbittorrent-nox
|
|
newTag: 5.1.2-2
|