|
1 | 1 | # fider |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | An open platform to collect and prioritize feedback |
6 | 6 |
|
@@ -62,6 +62,26 @@ The following table lists the configurable parameters of the chart and the defau |
62 | 62 | | nodeSelector | object | `{}` | Selects the nodes where a pod can be scheduled based on node labels | |
63 | 63 | | podAnnotations | object | `{}` | Key-value metadata for individual pods | |
64 | 64 | | podSecurityContext | object | `{}` | Defines the security settings and privileges for a pod | |
| 65 | +| postgresOperator.MasterLoadBalancer | bool | `false` | | |
| 66 | +| postgresOperator.ReplicaLoadBalancer | bool | `false` | | |
| 67 | +| postgresOperator.connectionPooler.enabled | bool | `false` | Enable the connection pooler | |
| 68 | +| postgresOperator.connectionPooler.instanceCount | int | `3` | | |
| 69 | +| postgresOperator.connectionPooler.mode | string | `"session"` | In which mode to run connection pooler, transaction or session. | |
| 70 | +| postgresOperator.connectionPooler.resources | object | `{}` | Consumers of this chart can override postgres cluster pod resource limits as follows: | |
| 71 | +| postgresOperator.databases.fider | string | `"fider"` | | |
| 72 | +| postgresOperator.enableLogicalBackup | bool | `false` | Consumers of this chart can enable logical backups on a set schedule: | |
| 73 | +| postgresOperator.enabled | bool | `false` | Enable the [Postgres Operator](https://postgres-operator.readthedocs.io/)? | |
| 74 | +| postgresOperator.instanceCount | int | `1` | | |
| 75 | +| postgresOperator.logicalBackupSchedule | string | `"0 0 * * *"` | | |
| 76 | +| postgresOperator.parameters | object | `{}` | Consumers of this chart can override postgres parameters as follows: | |
| 77 | +| postgresOperator.patroni | object | `{"retry_timeout":30,"ttl":70}` | Patroni is a template for high availability (HA) PostgreSQL solutions using Python | |
| 78 | +| postgresOperator.podPriorityClassName | string | `""` | Consumers of this chart can set pod priority for postgres pods | |
| 79 | +| postgresOperator.resources | object | `{}` | | |
| 80 | +| postgresOperator.tls.enabled | bool | `false` | | |
| 81 | +| postgresOperator.tls.issuer | string | `"cert-manager-issuer-common"` | | |
| 82 | +| postgresOperator.users.fider[0] | string | `"superuser"` | | |
| 83 | +| postgresOperator.users.fider[1] | string | `"createdb"` | | |
| 84 | +| postgresOperator.volumeSize | string | `"8Gi"` | | |
65 | 85 | | postgresql.enabled | bool | `false` | Enable the PostgreSQL subchart? | |
66 | 86 | | postgresql.global.postgresql.auth.database | string | `"fider"` | PostgreSQL database | |
67 | 87 | | postgresql.global.postgresql.auth.password | string | `"s0m3g00dp4ssw0rd"` | PostgreSQL password | |
|
0 commit comments