When it comes to deploying Artifactory using Helm charts, our recommended practice is to make sure to deploy resources using the charts as much as possible. The same goes for Pod Disruption Budgets (pdb).
In order to configure the chart to deploy a PDB for your pods, we simply need to specify the minAvailable key. Here is an example for both Artifactory and Artifactory-ha charts:
Artifactory:
artifactory: minAvailable: 2
Artifactory-ha:
artifactory: primary: minAvailable: 2 node: minAvailable: 2