Compare commits

..

16 commits

Author SHA1 Message Date
3d8cd955f3 ⬆️ Update ghcr.io/linuxserver/sonarr Docker digest to 746601d 2024-07-15 02:01:58 +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
6 changed files with 9 additions and 34 deletions

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 - name: nas
nfs: nfs:
path: /mnt/thePool/thePoolShare path: /mnt/thePool/thePoolShare
server: ${NAS_IP} server: nas.local.mafyuh.com
- name: radarr-config - name: radarr-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: radarr-config claimName: radarr-config

View file

@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: sonarr - name: sonarr
image: ghcr.io/linuxserver/sonarr@sha256:a9f25c54b7eb8ecf11e506e90ee7eab9e9786143e08eeb76d5bfc3e82531eeab image: ghcr.io/linuxserver/sonarr@sha256:746601dcc9dd95b3e2703c0244e453653d29b064281f7a9174d2d24d2aba81ef
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: PUID - 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/production
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