Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL storage size values have changed #4

Open
sneumann opened this issue Jan 23, 2023 · 0 comments
Open

PostgreSQL storage size values have changed #4

sneumann opened this issue Jan 23, 2023 · 0 comments

Comments

@sneumann
Copy link
Member

sneumann commented Jan 23, 2023

Hi,
9939a53 moved from the postgres 8.x chart to 11.x,
along the way the specification of the storage volume has changed, the following no longer works, instead a default pvc with 8Gi is created:

postgresql:
  fullnameOverride: "metfrag-postgresql"
  persistence:
    enabled: yes
    size: "80Gi"

So with existing values.yaml an older release needs to be deployed:
helm install metfrag --values metfrag-stable.yaml --version 0.1.10 -n metfrag ipb-public/metfrag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant