19 lines
508 B
YAML
19 lines
508 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.40.0@sha256:2b42bfa046757145a5155acece417b65b4443c8033fb88661a8e9dcf7fda5a00
|
|
- name: docker.io/qbittorrentofficial/qbittorrent-nox
|
|
newTag: 5.1.2-2@sha256:a561d192887101aaeb42617312bb2bb9f91050e77d4ed8d0bfee6c5bbabb1ddc
|