Update using Customization UI

Configure the connection pool failover properties using the customization UI.

Procedure

  1. Login to the customization UI and navigate to the PropertyFile section.
  2. Open the customer_overrides file and switch to the property tab.
  3. Select Create Property and add the following connection pool failover properties with required values:
    jdbcService.connectionPool.failover.enable=true
    jdbcService.connectionPool.failover.probeIntervalSeconds=<value>
    jdbcService.connectionPool.failover.numberOfRetries=<value>
    jdbcService.connectionPool.failover.retryIntervalSeconds=<value>
    jdbcService.connectionPool.failover.errorCodes=<value>
  4. Perform helm install or upgrade to apply the configuration change:
    helm upgrade <release-name> <path-to-helm-charts> -f values_override.yaml