Compare commits

...

20 commits

Author SHA1 Message Date
05933a2910 ⬆️ Update ghcr.io/linuxserver/sabnzbd Docker digest to d9ad6d8 2024-07-14 21:01:57 +00:00
3401b9959b done with flux 2024-07-13 10:22:20 -04:00
9f9d2291e1 test 2024-07-13 10:21:13 -04:00
6be6f216a3 test 2024-07-13 10:20:24 -04:00
0cf554d66f test 2024-07-13 10:19:23 -04:00
945937b59c tets 2024-07-13 10:18:35 -04:00
bda9106af2 terst 2024-07-13 10:12:38 -04:00
5b1ac8ab40 done with that bs 2024-07-12 21:55:46 -04:00
9df073eaea test 2024-07-12 21:52:57 -04:00
1a5b22ec9c test 2024-07-12 21:51:30 -04:00
5137706f14 test 2024-07-12 21:46:18 -04:00
4d96065d81 test 2024-07-12 21:42:44 -04:00
215a394bf2 test 2024-07-12 21:33:48 -04:00
2734e27745 test 2024-07-12 21:31:57 -04:00
8c543f74ce test 2024-07-12 20:53:05 -04:00
821158b12b test 2024-07-12 20:22:47 -04:00
d8bc1b0846 never thought i would spend 4 days trying to figure out variable substitution but here we are 2024-07-11 22:20:53 -04:00
fdc5f9c013 test 2024-07-11 21:58:45 -04:00
d23065af9e test 2024-07-11 21:54:03 -04:00
dc93791c99 test 2024-07-11 21:50:02 -04:00
5 changed files with 9 additions and 30 deletions

View file

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

View file

@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: sabnzbd
image: ghcr.io/linuxserver/sabnzbd@sha256:db76abdcd65ba2c06a630d17d7e71e75245f8c7ace734d4cadd6402e2776ad5c
image: ghcr.io/linuxserver/sabnzbd@sha256:d9ad6d86542e07d90e6da20b2adb9e89cb26ec1dc1d95bd88eeceef65c12f94b
imagePullPolicy: IfNotPresent
env:
- name: PUID

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
prune: true
sourceRef:
kind: GitRepository
name: kub-repo
postBuild:
substitute:
NAS_IP: 10.0.0.10
substituteFrom:
- kind: ConfigMap
name: global-vars

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

View file

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