Provide the following the values in the values.yaml
file and apply it to the Helm installation to configure proxy for the JFConnect service in your Helm installation.
jfconnect: # Configure only if you use an Artifactory version before 7.77.3. extraEnvironmentVariables: - name: http_proxy value: http://<proxy URL>/ - name: https_proxy value: http://<proxy URL>/ - name: no_proxy value: localhost,127.0.0.1