mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Someday, somewhere, someone will complain that 128Mi is not enough to run Fabric.
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
42f4726a9e
commit
8b2d45ccf1
3 changed files with 3 additions and 3 deletions
|
|
@ -14,4 +14,4 @@ spec:
|
|||
storageClassName: ${STORAGE_CLASS}
|
||||
resources:
|
||||
requests:
|
||||
storage: 128Mi
|
||||
storage: 1Gi
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ spec:
|
|||
storageClassName: ${STORAGE_CLASS}
|
||||
resources:
|
||||
requests:
|
||||
storage: 128Mi
|
||||
storage: 1Gi
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ spec:
|
|||
storageClassName: ${STORAGE_CLASS}
|
||||
resources:
|
||||
requests:
|
||||
storage: 128Mi
|
||||
storage: 1Gi
|
||||
|
|
|
|||
Loading…
Reference in a new issue