Modify artifactory.system.properties for Helm Installation

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

All properties in artifactory.system.properties can be controlled via javaOpts in Artifactory. Modifying javaOpts may vary depending on whether you are using the Artifactory or the Artifactory-HA Helm Chart.

To modify the artifactory system properties, update the following in values.yaml:

Artifactory Helm Chart

artifactory:
  javaOpts:
    other: "-Dartifactory.gems.compact.index.enabled=true"

Artifactory HA Helm Chart

artifactory:
  primary:
    javaOpts:
      other:"-Dartifactory.gems.compact.index.enabled=true"