Skip to content

Commit

Permalink
enable web3 on geth-swap, update removed arguments (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-pichler authored Oct 27, 2021
1 parent 0b60d2b commit 4ebf57a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/geth-swap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.
version: 0.3.2
version: 0.3.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
12 changes: 6 additions & 6 deletions charts/geth-swap/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- geth
- --rpc
- --rpcaddr
- --http
- --http.addr
- "0.0.0.0"
- --allow-insecure-unlock
- --http.api
- 'eth,net,personal'
- 'eth,net,personal,web3'
- --http.vhosts
- "*"
- --ws
- --ws.addr
- "0.0.0.0"
- --ws.api
- 'eth,net,personal'
- --rpcvhosts
- "*"
- 'eth,net,personal,web3'
- --unlock={{ .Values.geth.genesis.validatorAddress }}
- --password=/dev/null
- --mine
Expand Down

0 comments on commit 4ebf57a

Please sign in to comment.