Skip to content

Commit

Permalink
Expand prod dhstore pvc for maximum headroom
Browse files Browse the repository at this point in the history
Increase dhstore PVC to 16Ti so that if we need to switch to it, it has
max head room.
  • Loading branch information
masih committed Jul 19, 2023
1 parent bd2f99a commit b6bbb39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 15Ti
storage: 16Ti
dataSource:
name: dhstore-20230427
kind: VolumeSnapshot
Expand Down

0 comments on commit b6bbb39

Please sign in to comment.