terst
This commit is contained in:
parent
5b1ac8ab40
commit
bda9106af2
2 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||||
|
|
7
secrets/flux-secrets.yaml
Normal file
7
secrets/flux-secrets.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: apps
|
||||||
|
namespace: flux-system
|
||||||
|
data:
|
||||||
|
path: /mnt/thePool/thePoolShare
|
Loading…
Reference in a new issue