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: