Skip to content

Commit

Permalink
Merge pull request #3140 from keep-network/3012-geth-testnet-node
Browse files Browse the repository at this point in the history
 #3012 Expand PV capacity
  • Loading branch information
nkuba authored Aug 8, 2022
2 parents bf41678 + 9fcd3d9 commit e842e11
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions infrastructure/kube/keep-test/geth-node/eth-goerli-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
storageClassName: geth-goerli
resources:
requests:
storage: 100Gi
storage: 200Gi
selector:
matchLabels:
app: geth
Expand All @@ -52,7 +52,13 @@ spec:
volumeMounts:
- name: geth-goerli
mountPath: /root/.ethereum
args: ["--http", "--http.addr=0.0.0.0", "--ws", "-ws.addr=0.0.0.0", "--goerli", "--syncmode=snap"]
args:
- "--http"
- "--http.addr=0.0.0.0"
- "--ws"
- "--ws.addr=0.0.0.0"
- "--goerli"
- "--syncmode=snap"
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit e842e11

Please sign in to comment.