From ffe8b142c02ac30dd0128f538e2167a7030e3ce4 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 27 Jul 2020 21:53:04 -0400 Subject: [PATCH] move to shared media folder --- helm/templates/deploy.yaml | 2 +- helm/templates/pvc.yaml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/helm/templates/deploy.yaml b/helm/templates/deploy.yaml index 65163f6..b57e8d0 100644 --- a/helm/templates/deploy.yaml +++ b/helm/templates/deploy.yaml @@ -34,7 +34,7 @@ spec: volumes: - name: media persistentVolumeClaim: - claimName: media-{{ .Release.Name }} + claimName: media - name: config persistentVolumeClaim: claimName: config-{{ .Release.Name }} diff --git a/helm/templates/pvc.yaml b/helm/templates/pvc.yaml index 3a09440..3ac464d 100644 --- a/helm/templates/pvc.yaml +++ b/helm/templates/pvc.yaml @@ -1,19 +1,5 @@ apiVersion: v1 kind: PersistentVolumeClaim -metadata: - name: media-{{ .Release.Name }} - annotations: - "helm.sh/resource-policy": keep -spec: - storageClassName: hdd - accessModes: - - ReadWriteMany - resources: - requests: - storage: 512Gi ---- -apiVersion: v1 -kind: PersistentVolumeClaim metadata: name: cache-{{ .Release.Name }} annotations: