Fix Issue #1179: Add connectionString and CouchDB storage to console

Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
This commit is contained in:
SurbhiAgarwal1 2026-04-14 20:52:40 +05:30
parent d72c60d652
commit dfbcff3f59

View file

@ -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: