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}
|
couchdbTag: ${COUCHDB_IMAGE_LABEL}
|
||||||
networkinfo:
|
networkinfo:
|
||||||
domain: "${CONSOLE_DOMAIN}"
|
domain: "${CONSOLE_DOMAIN}"
|
||||||
|
usetags: true
|
||||||
|
version: 1.0.0
|
||||||
|
connectionString: http://${CONSOLE_USERNAME}:${CONSOLE_PASSWORD}@localhost:5984
|
||||||
storage:
|
storage:
|
||||||
console:
|
console:
|
||||||
class: "${STORAGE_CLASS}"
|
class: "${STORAGE_CLASS}"
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
usetags: true
|
couchdb:
|
||||||
version: 1.0.0
|
class: "${STORAGE_CLASS}"
|
||||||
|
size: 5Gi
|
||||||
resources:
|
resources:
|
||||||
init:
|
init:
|
||||||
limits:
|
limits:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue