Skip to content

Commit

Permalink
fix(emqx): adjust pvc size
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Oct 10, 2023
1 parent af77e01 commit 93bd229
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
storage: 400Mi
storageClassName: ceph-block
---
apiVersion: v1
Expand All @@ -24,7 +24,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
storage: 400Mi
storageClassName: ceph-block
---
apiVersion: v1
Expand All @@ -38,5 +38,5 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
storage: 400Mi
storageClassName: ceph-block

0 comments on commit 93bd229

Please sign in to comment.