Skip to content

Commit

Permalink
Merge pull request #38 from bcgov/feature/DESCW-2428
Browse files Browse the repository at this point in the history
DESCW-2428 change backup storage class to netap-file-backup
  • Loading branch information
kshapka-bcgov authored Jul 3, 2024
2 parents e74b663 + 51a49d4 commit 0c638fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions helm/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ spec:
requests:
storage: {{ .Values.cronJob.persistence.size }}
{{ end }}
storageClassName: {{ .Values.cronJob.storageClassName }}
10 changes: 5 additions & 5 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c638fc

Please sign in to comment.