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

auto-scaling of storage #3652

Open
Eric-zch opened this issue May 18, 2023 · 1 comment
Open

auto-scaling of storage #3652

Eric-zch opened this issue May 18, 2023 · 1 comment

Comments

@Eric-zch
Copy link

Hi There,
Is it possible to extend the storage size automatically based on some criteria, like utilization?

apiVersion: postgres-operator.crunchydata.com/v1beta1
kind: PostgresCluster
metadata:
  name: pnst
spec:
  (ignore)
  instances:
    - name: instance1
      replicas: 2
      dataVolumeClaimSpec:
        accessModes:
        - "ReadWriteOnce"
        resources:
          requests:
            storage: 200Gi
@ValClarkson
Copy link
Contributor

HI @Eric-zch

thank you for this request, I've created an item in our dev backlog for this.

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

No branches or pull requests

3 participants