generated from phoenix-oss/tenant-tpl
chore(postgres): update storage class to ibm-spectrum-scale-fileset
This commit is contained in:
parent
a49dd4de89
commit
001fc5a5de
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue