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