Helm Chart Parameters

Here you can find details on the Helm chart parameters:

Parameter Default value Description Comments
dockerrepo a8n-docker.repo.int.zone The repository to pull Docker images from. Use odindevops-a8n-docker.jfrog.io/psa-integration for PROD deployments.
dbencryptionkey  

The database encryption key.

Note: It must be passed to Helm CLI as base64-encoded.

This is a random string at least eight characters long. Generate it prior to the installation and store securely.
dshost dbhost The database server hostname.

These values are provided by the engineer who created this database.

Refer to Preparing the PSA Integration Service Database.

dsport 5432 The database server port.
dsdbname dbname The database name.
dslogin dbuser The database user log-in name.
dspassword dbpass

The database user password.

Note: It must be passed to Helm CLI as base64-encoded.

jdbcconnectionparams ?sslmode=require&ApplicationName=psa-integration JDBC connection parameters.
oabrandurl   URL of the CloudBlue Commerce brand used to access APS API. Use "OAuth Base URL" of the L0 staff member provided by the engineer who created this staff member. Other brands must work as well. Refer to APS API Access Requirements.
oauthkey   The OAuth key of the L0 staff member. This value is provided by the engineer who created this staff member. Refer to APS API Access Requirements.
oauthsecret   The OAuth secret of the L0 staff member.
devmode.enabled false The development mode flag. Use the default value.
resources.limits.memory 1280Mi The memory limit for the back-end pod. Use the default value unless facing issues under heavy load. In that case, tune together with "javaopts".
javaopts -XX:MetaspaceSize=96m -XX:MaxMetaspaceSize=256m -Xms512m -Xmx768m JVM options for the back-end pod. Use the default value unless facing issues under heavy load. In that case. tune together with "resources.limits.memory".