done with that bs

This commit is contained in:
Matt Reeves 2024-07-12 21:55:46 -04:00
parent 9df073eaea
commit 5b1ac8ab40
5 changed files with 1 additions and 38 deletions

View file

@ -1,5 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- radarr

View file

@ -1,18 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 10m0s
path: ./cluster/apps/production
prune: true
sourceRef:
kind: GitRepository
name: kub-repo
postBuild:
substitute:
var_substitution_enabled: "true"
NAS_IP: 10.0.0.10
quote: '"'

View file

@ -1,4 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- radarr.yaml

View file

@ -42,7 +42,7 @@ spec:
- name: nas
nfs:
path: /mnt/thePool/thePoolShare
server: ${quote}${NAS_IP}${quote}
server: nas.local.mafyuh.com
- name: radarr-config
persistentVolumeClaim:
claimName: radarr-config

View file

@ -1,10 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: kub-repo
namespace: flux-system
spec:
interval: 10m0s
url: https://git.mafyuh.dev/mafyuh/kub
ref:
branch: main