Compare commits

..

1 commit

Author SHA1 Message Date
bded355d8b ⬆️ Update ghcr.io/linuxserver/sabnzbd Docker digest to cd0e0de 2024-07-11 03:01:59 +00:00
5 changed files with 30 additions and 9 deletions

View file

@ -42,7 +42,7 @@ spec:
- name: nas - name: nas
nfs: nfs:
path: /mnt/thePool/thePoolShare path: /mnt/thePool/thePoolShare
server: nas.local.mafyuh.com server: $NAS_IP
- 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: sabnzbd - name: sabnzbd
image: ghcr.io/linuxserver/sabnzbd@sha256:d9ad6d86542e07d90e6da20b2adb9e89cb26ec1dc1d95bd88eeceef65c12f94b image: ghcr.io/linuxserver/sabnzbd@sha256:cd0e0de27454b040a0d55d1a06885dc78366435ce6794b82a6e4194b795e213a
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: PUID - name: PUID

View file

@ -0,0 +1,18 @@
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

@ -0,0 +1,10 @@
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

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