Commit 668d82d
committed
fix(rest-postgres): increase postgres PVC storage to 10Gi
The postgres StatefulSet requested a 1Gi PVC. Despite the nico_rest
database moving to nico-pg-cluster in #3081, this StatefulSet is still
applied on every reference install by helm-prereqs/setup.sh (Phase 7c),
and postgres-0 remains the single backing store for Temporal (temporal,
temporal_visibility) and Keycloak, plus nico-rest-api and the workflow
workers in the standalone kustomize path and in local kind dev.
Temporal history and visibility are the fastest-growing tables in the
stack, and Keycloak shares the volume, so a full disk takes out
authentication along with workflow execution. Bump the
volumeClaimTemplates request to 10Gi, matching the
postgresql.volumeSize default already used for nico-pg-cluster in
helm-prereqs.
Update the manifest table in INSTALLATION.md to match.
Signed-off-by: Shreyansh Agarwal <shreyansh.agarwal@e2enetworks.com>1 parent 9d296f6 commit 668d82d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
0 commit comments