fabric-samples/full-stack-asset-transfer-guide/infrastructure/sample-network/config/console/hlf-operations-console.yaml
SurbhiAgarwal1 dfbcff3f59 Fix Issue #1179: Add connectionString and CouchDB storage to console
Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
2026-04-14 21:47:16 +05:30

85 lines
No EOL
1.9 KiB
YAML

---
apiVersion: ibp.com/v1beta1
kind: IBPConsole
metadata:
name: hlf-console
spec:
arch:
# amd64 (x86, Intel/ AMD) or arm64 (ARM, Apple silicon)
- amd64
license:
accept: true
serviceAccountName: default
email: "${CONSOLE_USERNAME}"
password: "${CONSOLE_PASSWORD}"
allowDefaultPassword: true
# registryURL: ghcr.io/ibm-blockchain
imagePullSecrets:
- ghcr-pull-secret
images:
consoleInitImage: ${INIT_IMAGE}
consoleInitTag: ${INIT_IMAGE_LABEL}
consoleImage: ${CONSOLE_IMAGE}
consoleTag: ${CONSOLE_IMAGE_LABEL}
deployerImage: ${DEPLOYER_IMAGE}
deployerTag: ${DEPLOYER_IMAGE_LABEL}
configtxlatorImage: ${TOOLS_IMAGE}
configtxlatorTag: ${TOOLS_IMAGE_LABEL}
couchdbImage: ${COUCHDB_IMAGE}
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
couchdb:
class: "${STORAGE_CLASS}"
size: 5Gi
resources:
init:
limits:
cpu: 100m
memory: 200M
requests:
cpu: 10m
memory: 20M
configtxlator:
limits:
cpu: 25m
ephemeral-storage: 1G
memory: 50Mi
requests:
cpu: 25m
ephemeral-storage: 100M
memory: 50Mi
couchdb:
limits:
cpu: 500m
ephemeral-storage: 1Gi
memory: 1000Mi
requests:
cpu: 50m
ephemeral-storage: 100Mi
memory: 128Mi
deployer:
limits:
cpu: 100m
ephemeral-storage: 1G
memory: 200Mi
requests:
cpu: 100m
ephemeral-storage: 100M
memory: 128Mi
console:
limits:
cpu: 500m
ephemeral-storage: 1G
memory: 1000Mi
requests:
cpu: 50m
ephemeral-storage: 100M
memory: 128Mi