mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +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
4c04b450c6
commit
914102e814
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