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:
|
||||
LOCAL_DOMAIN: "local.mafyuh.com"
|
||||
PUBLIC_DOMAIN: "mafyuh.com"
|
||||
NAS_IP: "10.0.0.10"
|
||||
|
|
|
@ -42,7 +42,7 @@ spec:
|
|||
- name: nas
|
||||
nfs:
|
||||
path: /mnt/thePool/thePoolShare
|
||||
server: 10.0.0.10
|
||||
server: ${NAS_IP}
|
||||
- name: radarr-config
|
||||
persistentVolumeClaim:
|
||||
claimName: radarr-config
|
||||
|
|
Loading…
Reference in a new issue