diff --git a/charts/pro-api/README.md b/charts/pro-api/README.md index f5cc2fd8..e3fe656d 100644 --- a/charts/pro-api/README.md +++ b/charts/pro-api/README.md @@ -171,32 +171,20 @@ ### PostgreSQL settings -| Name | Description | Value | -| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ------ | -| `postgres.api.` | Settings for Geo API database connection | | -| `postgres.api.rw.` | Settings for the read-write access. Same settings for read-only access can be added, if necessary (postgres.api.ro). | | -| `postgres.api.rw.host` | PostgreSQL hostname or IP. **Required** | `""` | -| `postgres.api.rw.port` | PostgreSQL port. **Required** | `5432` | -| `postgres.api.rw.timeout` | PostgreSQL client connection timeout in seconds. | `15` | -| `postgres.api.rw.poolSize.` | Settings for the pool size | | -| `postgres.api.rw.poolSize.min` | PostgreSQL minimum connection pool size. 0 means no minimal bound. | `1` | -| `postgres.api.rw.poolSize.max` | PostgreSQL maximum connection pool size | `10` | -| `postgres.api.rw.name` | PostgreSQL database name. **Required** | `""` | -| `postgres.api.rw.username` | PostgreSQL username. **Required** | `""` | -| `postgres.api.rw.password` | PostgreSQL password. **Required** | `""` | -| `postgres.api.ro` | Settings for the read-only access. | `nil` | -| `postgres.tasks.` | Settings for Tasks API database connection | | -| `postgres.tasks.rw.` | Settings for the read-write access. Same settings for read-only access can be added, if necessary (postgres.tasks.ro). | | -| `postgres.tasks.rw.host` | PostgreSQL hostname or IP. **Required** | `""` | -| `postgres.tasks.rw.port` | PostgreSQL port. **Required** | `5432` | -| `postgres.tasks.rw.timeout` | PostgreSQL client connection timeout in seconds. | `15` | -| `postgres.tasks.rw.poolSize.` | Settings for the pool size. | | -| `postgres.tasks.rw.poolSize.min` | PostgreSQL minimum connection pool size. 0 means no minimal bound. | `1` | -| `postgres.tasks.rw.poolSize.max` | PostgreSQL maximum connection pool size. | `5` | -| `postgres.tasks.rw.name` | PostgreSQL database name. **Required** | `""` | -| `postgres.tasks.rw.username` | PostgreSQL username. **Required** | `""` | -| `postgres.tasks.rw.password` | PostgreSQL password. **Required** | `""` | -| `postgres.tasks.ro` | Settings for the read-only access. | `nil` | +| Name | Description | Value | +| ------------------------------ | -------------------------------------------------------------------------------------------------------------------- | ------ | +| `postgres.api.` | Settings for Geo API database connection | | +| `postgres.api.rw.` | Settings for the read-write access. Same settings for read-only access can be added, if necessary (postgres.api.ro). | | +| `postgres.api.rw.host` | PostgreSQL hostname or IP. **Required** | `""` | +| `postgres.api.rw.port` | PostgreSQL port. **Required** | `5432` | +| `postgres.api.rw.timeout` | PostgreSQL client connection timeout in seconds. | `15` | +| `postgres.api.rw.poolSize.` | Settings for the pool size | | +| `postgres.api.rw.poolSize.min` | PostgreSQL minimum connection pool size. 0 means no minimal bound. | `1` | +| `postgres.api.rw.poolSize.max` | PostgreSQL maximum connection pool size | `10` | +| `postgres.api.rw.name` | PostgreSQL database name. **Required** | `""` | +| `postgres.api.rw.username` | PostgreSQL username. **Required** | `""` | +| `postgres.api.rw.password` | PostgreSQL password. **Required** | `""` | +| `postgres.api.ro` | Settings for the read-only access. | `nil` | ### Kafka settings (supported version 2.7) diff --git a/charts/pro-api/values.yaml b/charts/pro-api/values.yaml index 6d9e83f0..6ea732e2 100644 --- a/charts/pro-api/values.yaml +++ b/charts/pro-api/values.yaml @@ -501,21 +501,10 @@ postgres: username: '' password: '' ro: null - # @extra postgres.tasks. Settings for Tasks API database connection - - tasks: - - # @extra postgres.tasks.rw. Settings for the read-write access. Same settings for read-only access can be added, if necessary (postgres.tasks.ro). - # @param postgres.tasks.rw.host PostgreSQL hostname or IP. **Required** - # @param postgres.tasks.rw.port PostgreSQL port. **Required** - # @param postgres.tasks.rw.timeout PostgreSQL client connection timeout in seconds. - # @extra postgres.tasks.rw.poolSize. Settings for the pool size. - # @param postgres.tasks.rw.poolSize.min PostgreSQL minimum connection pool size. 0 means no minimal bound. - # @param postgres.tasks.rw.poolSize.max PostgreSQL maximum connection pool size. - # @param postgres.tasks.rw.name PostgreSQL database name. **Required** - # @param postgres.tasks.rw.username PostgreSQL username. **Required** - # @param postgres.tasks.rw.password PostgreSQL password. **Required** - # @param postgres.tasks.ro Settings for the read-only access. + + # @skip postgres.tasks + + tasks: rw: host: ''