Skip to content

Commit

Permalink
Changing the storageclass from gp3-csi to gp2-csi and Storage size
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
(cherry picked from commit 8335ce4)
  • Loading branch information
OdedViner authored and magic-mirror-bot[bot] committed Sep 11, 2023
1 parent 3ab7a28 commit 3d3fbb5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 2Ti
storageClassName: gp3-csi
storage: 100Gi
storageClassName: gp2-csi
volumeMode: Block
status: {}
name: ocs-deviceset-gp3-csi
name: ocs-deviceset-gp2-csi
placement: {}
portable: true
preparePlacement: {}
Expand Down

0 comments on commit 3d3fbb5

Please sign in to comment.