Skip to content

Commit 1f8c0d1

Browse files
committed
Generate Helm docs
1 parent 996f0a9 commit 1f8c0d1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

charts/postgresql-cnpg/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# postgresql-cnpg
2+
3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
5+
An object-relational database management system, a database server.
6+
7+
**Homepage:** <https://www.postgresql.org/>
8+
9+
## Values
10+
11+
| Key | Type | Default | Description |
12+
|-----|------|---------|-------------|
13+
| auth.database | string | `"defaultdb"` | |
14+
| auth.password | string | `"changeme"` | |
15+
| auth.username | string | `"changeme"` | |
16+
| discovery.enabled | bool | `false` | |
17+
| extension.pgvector | bool | `false` | |
18+
| global.suspend | bool | `false` | |
19+
| imageCatalog.major | int | `18` | |
20+
| imageCatalog.name | string | `"postgresql-standard-trixie"` | |
21+
| ports[0].name | string | `"pgbouncer"` | |
22+
| ports[0].port | int | `5432` | |
23+
| ports[0].protocol | string | `"TCP"` | |
24+
| ports[0].targetPort | string | `"pgbouncer"` | |
25+
| resources.limits | object | `{}` | |
26+
| resources.requests.cpu | string | `"250m"` | |
27+
| resources.requests.memory | string | `"256Mi"` | |
28+
| security.networkPolicy.enabled | bool | `false` | |
29+
| storage.size | string | `"10Gi"` | |
30+
| userPreferences.language | string | `"en"` | |
31+
32+
----------------------------------------------
33+
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 commit comments

Comments
 (0)