mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Fix Issue #1179: Add connectionString and CouchDB storage to console
Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
This commit is contained in:
parent
d72c60d652
commit
dfbcff3f59
1 changed files with 6 additions and 2 deletions
|
|
@ -29,12 +29,16 @@ spec:
|
|||
couchdbTag: ${COUCHDB_IMAGE_LABEL}
|
||||
networkinfo:
|
||||
domain: "${CONSOLE_DOMAIN}"
|
||||
usetags: true
|
||||
version: 1.0.0
|
||||
connectionString: http://${CONSOLE_USERNAME}:${CONSOLE_PASSWORD}@localhost:5984
|
||||
storage:
|
||||
console:
|
||||
class: "${STORAGE_CLASS}"
|
||||
size: 5Gi
|
||||
usetags: true
|
||||
version: 1.0.0
|
||||
couchdb:
|
||||
class: "${STORAGE_CLASS}"
|
||||
size: 5Gi
|
||||
resources:
|
||||
init:
|
||||
limits:
|
||||
|
|
|
|||
Loading…
Reference in a new issue