This commit is contained in:
Matt Reeves 2024-07-08 23:03:37 -04:00
parent da0ad97810
commit a3bdedc3df
2 changed files with 2 additions and 1 deletions

View file

@ -6,3 +6,4 @@ metadata:
data:
LOCAL_DOMAIN: "local.mafyuh.com"
PUBLIC_DOMAIN: "mafyuh.com"
NAS_IP: "10.0.0.10"

View file

@ -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