github.com/IBM-Blockchain/fabric-operator@v1.0.4/sample-network/config/console/hlf-operations-console.yaml (about) 1 --- 2 apiVersion: ibp.com/v1beta1 3 kind: IBPConsole 4 metadata: 5 name: hlf-console 6 spec: 7 arch: 8 - amd64 9 license: 10 accept: true 11 serviceAccountName: default 12 email: "${CONSOLE_USERNAME}" 13 password: "${CONSOLE_PASSWORD}" 14 allowDefaultPassword: true 15 # registryURL: ghcr.io/ibm-blockchain 16 imagePullSecrets: 17 - ghcr-pull-secret 18 images: 19 consoleInitImage: ${INIT_IMAGE} 20 consoleInitTag: ${INIT_IMAGE_LABEL} 21 consoleImage: ${CONSOLE_IMAGE} 22 consoleTag: ${CONSOLE_IMAGE_LABEL} 23 deployerImage: ${DEPLOYER_IMAGE} 24 deployerTag: ${DEPLOYER_IMAGE_LABEL} 25 configtxlatorImage: ${TOOLS_IMAGE} 26 configtxlatorTag: ${TOOLS_IMAGE_LABEL} 27 couchdbImage: ${COUCHDB_IMAGE} 28 couchdbTag: ${COUCHDB_IMAGE_LABEL} 29 networkinfo: 30 domain: "${CONSOLE_DOMAIN}" 31 storage: 32 console: 33 class: "${STORAGE_CLASS}" 34 size: 5Gi 35 usetags: true 36 version: 1.0.0 37 resources: 38 init: 39 limits: 40 cpu: 100m 41 memory: 200M 42 requests: 43 cpu: 10m 44 memory: 20M 45 configtxlator: 46 limits: 47 cpu: 25m 48 ephemeral-storage: 1G 49 memory: 50Mi 50 requests: 51 cpu: 25m 52 ephemeral-storage: 100M 53 memory: 50Mi 54 couchdb: 55 limits: 56 cpu: 500m 57 ephemeral-storage: 1Gi 58 memory: 1000Mi 59 requests: 60 cpu: 50m 61 ephemeral-storage: 100Mi 62 memory: 128Mi 63 deployer: 64 limits: 65 cpu: 100m 66 ephemeral-storage: 1G 67 memory: 200Mi 68 requests: 69 cpu: 100m 70 ephemeral-storage: 100M 71 memory: 128Mi 72 console: 73 limits: 74 cpu: 500m 75 ephemeral-storage: 1G 76 memory: 1000Mi 77 requests: 78 cpu: 50m 79 ephemeral-storage: 100M 80 memory: 128Mi