Compare commits

..

1 commit

Author SHA1 Message Date
b784aad2d2 ⬆️ Update ghcr.io/linuxserver/bazarr Docker digest to 5da74fc 2024-07-09 22:01:54 +00:00
4 changed files with 27 additions and 8 deletions

View file

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

View file

@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 10m0s
path: ./cluster/apps
prune: true
sourceRef:
kind: GitRepository
name: kub-repo
postBuild:
substituteFrom:
- kind: ConfigMap
name: global-vars

View file

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

View file

@ -1,7 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: apps
namespace: flux-system
data:
path: /mnt/thePool/thePoolShare