Configure the connection pool failover properties using the customization UI.
Procedure
-
Login to the customization UI and navigate to the PropertyFile section.
-
Open the customer_overrides file and switch to the property tab.
-
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>
-
Perform helm install or upgrade to apply the configuration change:
helm upgrade <release-name> <path-to-helm-charts> -f values_override.yaml