This commit is contained in:
Matt Reeves 2024-07-13 10:12:38 -04:00
parent 5b1ac8ab40
commit bda9106af2
2 changed files with 8 additions and 1 deletions

View file

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

View file

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