From a3bdedc3df1eed417dffd9cea87534d02f2d3112 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Mon, 8 Jul 2024 23:03:37 -0400 Subject: [PATCH] testing --- cluster/apps/production/flux/configmap.yaml | 1 + cluster/apps/production/radarr/radarr.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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