testing
This commit is contained in:
parent
da0ad97810
commit
a3bdedc3df
2 changed files with 2 additions and 1 deletions
|
@ -6,3 +6,4 @@ metadata:
|
||||||
data:
|
data:
|
||||||
LOCAL_DOMAIN: "local.mafyuh.com"
|
LOCAL_DOMAIN: "local.mafyuh.com"
|
||||||
PUBLIC_DOMAIN: "mafyuh.com"
|
PUBLIC_DOMAIN: "mafyuh.com"
|
||||||
|
NAS_IP: "10.0.0.10"
|
||||||
|
|
|
@ -42,7 +42,7 @@ spec:
|
||||||
- name: nas
|
- name: nas
|
||||||
nfs:
|
nfs:
|
||||||
path: /mnt/thePool/thePoolShare
|
path: /mnt/thePool/thePoolShare
|
||||||
server: 10.0.0.10
|
server: ${NAS_IP}
|
||||||
- name: radarr-config
|
- name: radarr-config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: radarr-config
|
claimName: radarr-config
|
||||||
|
|
Loading…
Reference in a new issue