temp remove media namespace, make qbittorrent namespace

This commit is contained in:
Michael Thomson
2023-12-20 17:12:52 -05:00
parent f8ad4a2008
commit a3afe94aa7
12 changed files with 191 additions and 35 deletions

View File

@@ -1,34 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: media
namespace: flux-system
spec:
interval: 15m
path: ./media
prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system
healthChecks:
- apiVersion: apps/v1
kind: Deployment
name: prowlarr
namespace: media
- apiVersion: apps/v1
kind: Deployment
name: qbittorrent
namespace: media
- apiVersion: apps/v1
kind: Deployment
name: radarr
namespace: media
- apiVersion: apps/v1
kind: Deployment
name: readarr
namespace: media
- apiVersion: apps/v1
kind: Deployment
name: sonarr
namespace: media

View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: qbittorrent
namespace: flux-system
spec:
interval: 15m
path: ./qbittorrent
prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system
healthChecks:
- apiVersion: apps/v1
kind: Deployment
name: qbittorrent
namespace: qbittorrent

View File

@@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: media
name: qbittorrent