From 16c3f93c93ce0cc5357af2b24bd462eaf92d4dbc Mon Sep 17 00:00:00 2001 From: LarryGF Date: Sun, 22 Oct 2023 23:30:24 +0200 Subject: [PATCH] MOdifying rancher pvc --- argocd/rancher/values.common.yaml | 1 + terraform/applications.yaml | 4 ++-- .../applications/sabnzbd/values.yaml | 24 +++++++++---------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/argocd/rancher/values.common.yaml b/argocd/rancher/values.common.yaml index 832d6e43..d3e205b9 100644 --- a/argocd/rancher/values.common.yaml +++ b/argocd/rancher/values.common.yaml @@ -89,6 +89,7 @@ rancher: ## Just for volumeKind: persistentVolumeClaim ## To disables dynamic provisioning, set storageClass: "" or storageClass: "-" storageClass: "-" + accessMode: ReadWriteMany # Rancher post-delete hook postDelete: diff --git a/terraform/applications.yaml b/terraform/applications.yaml index f153928d..d461549b 100644 --- a/terraform/applications.yaml +++ b/terraform/applications.yaml @@ -541,7 +541,7 @@ renovate: nextcloud: name: nextcloud namespace: services - deploy: false + deploy: true priority: high volumes: db: @@ -551,7 +551,7 @@ nextcloud: access_modes: - ReadWriteOnce config: - create: false + create: true name: nextcloud-config size: 1Gi access_modes: diff --git a/terraform/modules/argocd_application/applications/sabnzbd/values.yaml b/terraform/modules/argocd_application/applications/sabnzbd/values.yaml index d78cd1cb..0952ba16 100644 --- a/terraform/modules/argocd_application/applications/sabnzbd/values.yaml +++ b/terraform/modules/argocd_application/applications/sabnzbd/values.yaml @@ -27,18 +27,18 @@ sabnzbd: - hosts: - "sabnzbd.${domain}" secretName: tls-sabnzbd-ingress - persistence: - config: - enabled: true - existingClaim: sabnzbd-config - downloads: - enabled: true - existingClaim: media - downloads-radarr: - enabled: true - existingClaim: media-radarr - mountPath: /downloads/radarr - subpath: radarr + # persistence: + # config: + # enabled: true + # existingClaim: sabnzbd-config + # downloads: + # enabled: true + # existingClaim: media + # downloads-radarr: + # enabled: true + # existingClaim: media-radarr + # mountPath: /downloads/radarr + # subpath: radarr # Generating persistence config from applications.yaml