Skip to content

Commit

Permalink
Updating README with revised parameters from values.yaml of Helm Chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 14, 2025
1 parent 1ba751e commit 580a07c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ Defines parameters related to connections to the Postgres database.
| `db.PGSSLMODE` | This defines the level of security used when connecting to the Postgres database | `require` |
| `db.connectionAcquisitionTimeoutMillis` | The maximum time in milliseconds to wait for a connection to be acquired from the connection pool. | `15000` |
| `db.connectionCreationTimeoutMillis` | The maximum time in milliseconds to wait for a new connection to be created in the connection pool. Should be less than the acquisition timeout, as a new connection may need to be created then acquired. | `5000` |
| `db.knexAsyncStackTracesEnabled` | If enabled, will provide better stack traces for errors arising out of knex operations | `false` |
| `db.databaseName` | (Optional) The name of the Postgres database to which Speckle will connect. Only required for the Database Monitoring utility when the connection string is to a database connection pool and multi-region is disabled, otherwise this value is ignored. | `""` |
| `db.connectionString.secretName` | Required. A secret containing the full connection string to the Postgres database (e.g. in format of `protocol://username:password@host:port/database`) stored within the Kubernetes cluster as an opaque Kubernetes Secret. Ref: https://kubernetes.io/docs/concepts/configuration/secret/#opaque-secrets | `""` |
| `db.connectionString.secretKey` | Required. The key within the Kubernetes Secret holding the connection string. | `""` |
Expand Down

0 comments on commit 580a07c

Please sign in to comment.