Configure the connection pool failover properties using the customer_overrides.properties file locally.
Procedure
-
To update the connection pool failover properties, add the below properties in the customer_overrides.properties file and place it in the <helm charts>/config folder:
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