Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jansmets opened this issue Nov 16, 2021 · 1 comment
Labels
bug Something isn't working triaged

Comments

@jansmets
Copy link

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
Copy link
Author

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

@chukka chukka added bug Something isn't working triaged labels Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triaged
Projects
None yet
Development

No branches or pull requests

2 participants