Skip to content

Commit

Permalink
docs: warn operator to consider PVC size
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Mar 6, 2024
1 parent fcb6545 commit 8758c9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/deploy-required-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ kubectl --namespace openstack create secret generic postgresql-db-audit \

### Run the package deployment

> Consider the PVC size you will need for the environment you're deploying in.
Make adjustments as needed near `storage.[pvc|archive_pvc].size` and
`volume.backup.size` to your helm overrides.

```shell
cd /opt/genestack/submodules/openstack-helm-infra
helm upgrade --install postgresql ./postgresql \
Expand Down
1 change: 1 addition & 0 deletions helm-configs/postgresql/postgresql-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ images:
- image_repo_sync

storage:
# Ensure PVC sizes are appropriate for the given environment
pvc:
enabled: true
size: 5Gi
Expand Down

0 comments on commit 8758c9c

Please sign in to comment.