OCP-on-NERC / nerc-ocp-config

1 stars 16 forks source link

OBS: change manually db-noobaa-db-pg-0 PVC from 50Gi to 200Gi #431

Closed schwesig closed 1 month ago

schwesig commented 1 month ago

following a known issue, this needed to be adjusted manually, following the approach and solution in the infra cluster

spec:
  accessModes:
    - ReadWriteOnce
  resources:
    requests:
     storage: 50Gi

to

      storage: 200Gi
schwesig commented 1 month ago

/cc @computate @larsks

schwesig commented 1 month ago

done

status:
  phase: Bound
  accessModes:
    - ReadWriteOnce
  capacity:
    storage: 200Gi