chore: Auto-update chart README [skip ci]

This commit is contained in:
truecharts-bot
2022-03-30 12:00:41 +00:00
parent 6f313eeb25
commit 0c88e2d4b9
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
# Changelog<br>
<a name="postgresql-7.0.24"></a>
### [postgresql-7.0.24](https://github.com/truecharts/apps/compare/postgresql-7.0.23...postgresql-7.0.24) (2022-03-30)
<a name="postgresql-7.0.22"></a>
### [postgresql-7.0.22](https://github.com/truecharts/apps/compare/postgresql-7.0.21...postgresql-7.0.22) (2022-03-30)

View File

@@ -34,7 +34,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresqlDatabase | string | `"test"` | |
| postgresqlPassword | string | `"testpass"` | |
| postgresqlUsername | string | `"test"` | |
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe |
| probes.liveness.enabled | bool | `true` | Enable the liveness probe |