chore(postgres): update storage class to ibm-spectrum-scale-fileset

This commit is contained in:
Jorge Bornhausen 2025-07-24 15:39:53 +02:00
parent a49dd4de89
commit 001fc5a5de
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs

View file

@ -34,7 +34,9 @@ spec:
instances: 3
storage:
size: 10Gi
storageClass: ocs-storagecluster-ceph-rbd
# default storage class on ai-2 cluster, on basel or staging you
# should use 'ocs-storagecluster-ceph-rbd' instead
storageClass: ibm-spectrum-scale-fileset
walStorage:
# It's not mandatory to split WAL from the main data volume.
# However, doing so helps to avoid issues with the main data volume
@ -44,8 +46,8 @@ spec:
# to the point where the volume fills up, blocking the cluster from
# operating properly.
enabled: true
size: 10Gi
storageClass: ocs-storagecluster-ceph-rbd
size: 10Gi
storageClass: ibm-spectrum-scale-fileset
resources:
requests:
cpu: "500m"