Skip to content

Commit

Permalink
Quorum node (#35)
Browse files Browse the repository at this point in the history
* migrated quorum-node chart

* added quorum config paths

* migrated from files to value files

* fixed blank lines

* fixed comments

* fixed annotations in values.yaml

* fixed annotations in values.yaml

* update chart version

* fixed deployment reference in the post upgrade step

* fixed deployment reference in the post upgrade step

* chart version to 0.2.3

* fixed quorum service name usage

* fixed quorum rpc service name usage
  • Loading branch information
bmastahac authored Apr 14, 2022
1 parent e5a351d commit 1c00f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/quorum-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.4
version: 0.2.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/quorum-node/templates/quorum-node-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
--rpcport 8545 \
--rpcapi $RPC_APIS \
--rpccorsdomain=\"*\" \
--rpcvhosts={{ include "quorumNode.Identifier" . }}-rpc \
--rpcvhosts={{ include "quorumNode.fullname" . }}-rpc \
2>&1 | tee -a {{ .Values.blockchain.quorum_home }}/logs/quorum.log;"
ports:
- containerPort: 8545
Expand Down

0 comments on commit 1c00f32

Please sign in to comment.