51 lines
989 B
YAML
51 lines
989 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: media-downloads
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pvc.yaml
|
|
- transmission.deployment.yaml
|
|
- radarr.deployment.yaml
|
|
- jackett.deployment.yaml
|
|
|
|
|
|
images:
|
|
- name: transmission
|
|
newName: haugene/transmission-openvpn
|
|
newTag: 5.3.1
|
|
- name: jackett
|
|
newName: lscr.io/linuxserver/jackett
|
|
newTag: latest
|
|
- name: radarr
|
|
newName: lscr.io/linuxserver/radarr
|
|
newTag: 5.4.6
|
|
|
|
|
|
---
|
|
# 2nd version
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: media-downloads
|
|
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pvc.yaml
|
|
- qbittorrent.deployment.yaml
|
|
- qbittorrent.service.yaml
|
|
- qbittorrent.configmap.yaml
|
|
- radarr.deployment.yaml
|
|
- radarr.service.yaml
|
|
- radarr.configmap.yaml
|
|
- openvpn.secret.yaml
|
|
|
|
images:
|
|
- name: qbittorrent
|
|
newName: binhex/arch-qbittorrentvpn
|
|
newTag: 5.0.1-1-02
|
|
- name: radarr
|
|
newName: hotio/radarr
|
|
newTag: release-5.14.0.9383
|