From 51a49d4a0a040c85543fd0859fa1d77a63a75f16 Mon Sep 17 00:00:00 2001 From: Kyle Shapka Date: Wed, 3 Jul 2024 09:13:07 -0700 Subject: [PATCH] DESCW-2428 change backup storage class to netap-file-backup --- helm/templates/pvc.yaml | 1 + helm/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/helm/templates/pvc.yaml b/helm/templates/pvc.yaml index d5e86e305..5c5b4f313 100644 --- a/helm/templates/pvc.yaml +++ b/helm/templates/pvc.yaml @@ -13,3 +13,4 @@ spec: requests: storage: {{ .Values.cronJob.persistence.size }} {{ end }} + storageClassName: {{ .Values.cronJob.storageClassName }} diff --git a/helm/values.yaml b/helm/values.yaml index e2d337ee5..56a380ab2 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -144,12 +144,12 @@ cronJob: size: 5Gi resources: requests: - cpu: "50m" - memory: "256Mi" + cpu: '50m' + memory: '256Mi' limits: - cpu: "250m" - memory: "1Gi" - + cpu: '250m' + memory: '1Gi' + storageClassName: netapp-file-backup hpa: cron: