Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan P <[email protected]>
  • Loading branch information
i5okie committed Oct 9, 2024
1 parent 70ea1cd commit ea48b23
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions charts/traction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,25 +389,25 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release

### PostgreSQL parameters

| Name | Description | Value |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
| `postgresql.enabled` | Deploy Bitnami PostgreSQL chart. | `true` |
| `postgresql.fullnameOverride` | When overriding fullnameOverride, you must override this to match. | `""` |
| `postgresql.architecture` | PostgreSQL architecture (`standalone` or `replication`) | `standalone` |
| `postgresql.auth.enablePostgresUser` | Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user | `true` |
| `postgresql.auth.database` | Name for a custom database to create | `traction` |
| `postgresql.auth.username` | Name for a custom user to create | `acapy` |
| `postgresql.primary.persistence.enabled` | Enable PostgreSQL Primary data persistence using PVC | `true` |
| `postgresql.primary.persistence.size` | PVC Storage Request for PostgreSQL volume | `1Gi` |
| `postgresql.primary.containerSecurityContext.enabled` | Enable container security context | `false` |
| `postgresql.primary.podSecurityContext.enabled` | Enable security context | `false` |
| `postgresql.primary.resources.limits.memory` | The memory limit for the PostgreSQL Primary containers | `2600Mi` |
| `postgresql.primary.resources.limits.cpu` | The cpu limit for the PostgreSQL Primary containers | `600m` |
| `postgresql.primary.resources.requests.memory` | The requested memory for the PostgreSQL Primary containers | `1300Mi` |
| `postgresql.primary.resources.requests.cpu` | The requested cpu for the PostgreSQL Primary containers | `300m` |
| `postgresql.primary.service.ports.postgresql` | PostgreSQL service port | `5432` |
| `postgresql.primary.extendedConfiguration` | Extended PostgreSQL Primary configuration (appended to main or default configuration) | `max_connections = 500` |
| `postgresql-ha.enabled` | Deploy HA PostgreSQL chart. Not currently supported, provided for future use. | `false` |
| Name | Description | Value |
| ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| `postgresql.enabled` | Deploy Bitnami PostgreSQL chart. | `true` |
| `postgresql.fullnameOverride` | When overriding fullnameOverride, you must override this to match. | `""` |
| `postgresql.architecture` | PostgreSQL architecture (`standalone` or `replication`) | `standalone` |
| `postgresql.auth.enablePostgresUser` | Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user. Not recommended for production deployment. | `true` |
| `postgresql.auth.database` | Name for a custom database to create | `traction` |
| `postgresql.auth.username` | Name for a custom user to create | `acapy` |
| `postgresql.primary.persistence.enabled` | Enable PostgreSQL Primary data persistence using PVC | `true` |
| `postgresql.primary.persistence.size` | PVC Storage Request for PostgreSQL volume | `1Gi` |
| `postgresql.primary.containerSecurityContext.enabled` | Enable container security context | `false` |
| `postgresql.primary.podSecurityContext.enabled` | Enable security context | `false` |
| `postgresql.primary.resources.limits.memory` | The memory limit for the PostgreSQL Primary containers | `2600Mi` |
| `postgresql.primary.resources.limits.cpu` | The cpu limit for the PostgreSQL Primary containers | `600m` |
| `postgresql.primary.resources.requests.memory` | The requested memory for the PostgreSQL Primary containers | `1300Mi` |
| `postgresql.primary.resources.requests.cpu` | The requested cpu for the PostgreSQL Primary containers | `300m` |
| `postgresql.primary.service.ports.postgresql` | PostgreSQL service port | `5432` |
| `postgresql.primary.extendedConfiguration` | Extended PostgreSQL Primary configuration (appended to main or default configuration) | `max_connections = 500` |
| `postgresql-ha.enabled` | Deploy HA PostgreSQL chart. Not currently supported, provided for future use. | `false` |

## Maintainers

Expand Down
4 changes: 2 additions & 2 deletions charts/traction/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -860,12 +860,12 @@ postgresql:
## ref: https://github.com/bitnami/containers/tree/main/bitnami/postgresql#creating-a-database-user-on-first-run
##
auth:
## @param postgresql.auth.enablePostgresUser Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user
## @param postgresql.auth.enablePostgresUser Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user. Not recommended for production deployment.
##
enablePostgresUser: true
## @param postgresql.auth.database Name for a custom database to create
##
database: traction
database: askar-wallet
## @param postgresql.auth.username Name for a custom user to create
##
username: acapy
Expand Down

0 comments on commit ea48b23

Please sign in to comment.