Configure Diagnostics Server Advanced Settings¶
This document provides instructions on how to configure advanced settings for the Privacera Diagnostics Server. These settings allow you to customize server behavior like database connection pooling to better suit your organization's needs.
Note
- All configuration variables are optional and have default values.
- Uncomment and set values only if you need to override the defaults.
To configure Diagnostics Server advanced settings, perform the following steps:
-
Copy
vars.privacera-diagnostics.ymlfrom sample-vars and open it to configure. If the file is already present, you can skip this step: -
Uncomment and update the following variables in
vars.privacera-diagnostics.ymlas needed:Variable Name Description Default Value DIAG_SERVER_DB_POOL_CAPACITY Set the maximum number of database connections in the pool 10 DIAG_SERVER_DB_POOL_TIMEOUT_SECS Set the timeout in seconds for database connection pool operations 30 -
Save and close the file.
-
Generate the Helm charts. This step prepares the necessary Kubernetes configurations for deploying the Privacera services:
-
Apply the Helm charts. This will deploy the Privacera services to your Kubernetes cluster: