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
|
instances: 3
|
||||||
storage:
|
storage:
|
||||||
size: 10Gi
|
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:
|
walStorage:
|
||||||
# It's not mandatory to split WAL from the main data volume.
|
# It's not mandatory to split WAL from the main data volume.
|
||||||
# However, doing so helps to avoid issues with 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
|
# to the point where the volume fills up, blocking the cluster from
|
||||||
# operating properly.
|
# operating properly.
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: ocs-storagecluster-ceph-rbd
|
storageClass: ibm-spectrum-scale-fileset
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue