From a275083cd03b56cfe99532c3d83cd3589b19e454 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 6 Aug 2024 20:38:29 +0100 Subject: [PATCH] Remove static config --- apps/sonarr/deployment.yaml | 6 ------ apps/sonarr/files/config.xml | 17 ----------------- apps/sonarr/kustomization.yaml | 6 +----- 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 apps/sonarr/files/config.xml diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index b27a127..7e4134d 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -50,13 +50,7 @@ spec: volumeMounts: - name: config mountPath: /config - - name: static-config - mountPath: /config/config.xml - subPath: config.xml volumes: - - name: static-config - configMap: - name: static-config - name: config persistentVolumeClaim: claimName: sonarr-pvc \ No newline at end of file diff --git a/apps/sonarr/files/config.xml b/apps/sonarr/files/config.xml deleted file mode 100644 index eff123b..0000000 --- a/apps/sonarr/files/config.xml +++ /dev/null @@ -1,17 +0,0 @@ - - Info - 8989 - / - * - 9898 - False - 82138601e4f44e23be8c2b4d18e58687 - External - develop - True - Docker - Sonarr - DisabledForLocalAddresses - - - \ No newline at end of file diff --git a/apps/sonarr/kustomization.yaml b/apps/sonarr/kustomization.yaml index 2d22e75..425b057 100644 --- a/apps/sonarr/kustomization.yaml +++ b/apps/sonarr/kustomization.yaml @@ -4,8 +4,4 @@ resources: - deployment.yaml - service.yaml - ingress.yaml -- pvc.yaml -configMapGenerator: - - name: static-config - files: - - ./files/config.xml \ No newline at end of file +- pvc.yaml \ No newline at end of file