jfrog / charts

JFrog official Helm Charts
https://jfrog.com/integration/helm-repository/
Apache License 2.0
255 stars 445 forks source link

artifactory.persistence.enabled: false still mounts an artifactory-volume and requires a pvc #1543

Open jansmets opened 2 years ago

jansmets commented 2 years ago

As discussed in JFrog Support #185742 persistency is not required when using “S3 Direct Upload”. (no eventual cache) "artifactory-volume" is not using an EmptyDir with artifactory.persistence.enabled: false

 volumes:
  - name: artifactory-volume
    persistentVolumeClaim:
      claimName: artifactory-volume-jfrog-platform-artifactory-0
jansmets commented 2 years ago

and being able to specific a StorageClass for a PVC for those who want to use persistency might be interesting too.