diff --git a/cluster/apps/production/flux/configmap.yaml b/cluster/apps/production/flux/configmap.yaml index 319a4e2..458b442 100644 --- a/cluster/apps/production/flux/configmap.yaml +++ b/cluster/apps/production/flux/configmap.yaml @@ -6,3 +6,4 @@ metadata: data: LOCAL_DOMAIN: "local.mafyuh.com" PUBLIC_DOMAIN: "mafyuh.com" + NAS_IP: "10.0.0.10" diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index 729e258..16db8b3 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -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