hyperledger / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger.github.io/bevel-operator-fabric/
Apache License 2.0
271 stars 91 forks source link

custom port for chaincodeserver #190

Closed adityajoshi12 closed 11 months ago

adityajoshi12 commented 1 year ago

What this PR does / why we need it:

This PR allows user to pass the chaincode server port in the Chaincode CRD. This will allow users to run the chainocode on different ports.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

`chaincodeServerPort` parameter is now available in the CRD.

Additional documentation, usage docs, etc.: