Menu
HLF OperatorHLF OperatorHLF OperatorDocs
GitHub
🌙
🌞
HLF OperatorHLF OperatorHLF Operator
  • Docs
  • GitHub
  • Operator
    • Introduction
    • Getting started
  • Operator Guide
    • LevelDB / CouchDB
    • Monitoring
    • Configuration (Affinity, NodeSelector, Tolerations)
    • Migrate network
    • Increase resources
    • Increase storage
    • Renew certificates
    • Istio set up
    • Upgrade HLF operator
  • User Guide
    • Get a network config
    • Using network config in the kubernetes cluster
    • Create channel
    • Install Chaincode
    • Register & Enroll users
    • Develop chaincode locally
  • Chaincode development
    • Architecture
    • Getting started
  • Chaincode deployment
    • Getting started
    • External chaincode as a service
    • Kubernetes chaincode builder
  • Channel management
    • Getting started
    • Manage the channel
  • Kubectl Plugin
    • Installation
    • Upgrade
  • CouchDB
    • Using external CouchDB
    • Using custom CouchDB image
  • Reference
    • Reference
  • GRPC Proxy
    • enable-peers
    • enable-orderers
  • Operations Console
    • Getting started
    • Adding Certificate Authorities
    • Adding Peers
    • Adding Orderer nodes
    • Adding Organizations
  • Operator UI
    • Getting started
    • Deploy Operator UI
    • Deploy Operator API

enable-peers

Enable GRPC proxy for Fabric Operations Console#

In order to enable the GRPC Web, needed to connect the peer to the Fabric Operations console, we need to add the grpcProxy property with the following attributes:

grpcProxy:
enabled: true
image: ghcr.io/hyperledger-labs/grpc-web
tag: latest
imagePullPolicy: Always
istio:
port: 443
hosts:
- <YOUR_HOST>
ingressGateway: 'ingressgateway'
resources:
limits:
cpu: '200m'
memory: 256Mi
requests:
cpu: 10m
memory: 256Mi
Edit this page
Previous
« Reference
Next
enable-orderers »
  • Enable GRPC proxy for Fabric Operations Console

Docs

  • Introduction
  • Certificate Authority
  • Peer
  • Ordering Service
  • Kubectl Plugin

Community

  • Stack Overflow
  • Github Issues

More

  • GitHub
Copyright © 2022 HLF Operator, Inc. Built with Docusaurus.