From 8758c9cf483fd2f298dd887e06ea98f4df7f829b Mon Sep 17 00:00:00 2001 From: Luke Repko Date: Wed, 6 Mar 2024 08:40:56 -0600 Subject: [PATCH] docs: warn operator to consider PVC size --- docs/deploy-required-infrastructure.md | 4 ++++ helm-configs/postgresql/postgresql-helm-overrides.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/deploy-required-infrastructure.md b/docs/deploy-required-infrastructure.md index caeffe71..d2a55c4b 100644 --- a/docs/deploy-required-infrastructure.md +++ b/docs/deploy-required-infrastructure.md @@ -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 \ diff --git a/helm-configs/postgresql/postgresql-helm-overrides.yaml b/helm-configs/postgresql/postgresql-helm-overrides.yaml index 7a67697c..798aad04 100644 --- a/helm-configs/postgresql/postgresql-helm-overrides.yaml +++ b/helm-configs/postgresql/postgresql-helm-overrides.yaml @@ -154,6 +154,7 @@ images: - image_repo_sync storage: + # Ensure PVC sizes are appropriate for the given environment pvc: enabled: true size: 5Gi