From 001fc5a5defde5f6b4a44abf74037554cfd270ce Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Thu, 24 Jul 2025 15:39:53 +0200 Subject: [PATCH] chore(postgres): update storage class to ibm-spectrum-scale-fileset --- postgres/app/helmrelease.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/postgres/app/helmrelease.yaml b/postgres/app/helmrelease.yaml index 97c2c3c..f44b8b5 100644 --- a/postgres/app/helmrelease.yaml +++ b/postgres/app/helmrelease.yaml @@ -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"