ARTIFACTORY: How to increase the Storage capacity of an existing PVC for JFrog Products if installed using Helm

ARTIFACTORY: How to increase the Storage capacity of an existing PVC for JFrog Products if installed using Helm

AuthorFullName__c
Vignesh Surendrababu
articleNumber
000005687
ft:sourceType
Salesforce
FirstPublishedDate
2023-04-23T09:23:03Z
lastModifiedDate
2023-04-23T09:23:03Z
VersionNumber
1
Overview
By default, when Artifactory or any other JFrog product is installed on a Kubernetes cluster using Helm-based installation, a Persistent Volume Claim (PVC) is created and mounted to the pod. This is managed by a StatefulSet which controls the creation of the PVC when a Pod is created.

The specification of StatefulSet template defines the parameters for the PVC such as the storage class, access mode, and size. By using this approach, managing storage for stateful applications becomes simpler.