eth-devnet is deterministic and does not need volumes

This commit is contained in:
Leo 2020-08-17 12:15:56 +02:00
parent 24d38b12ea
commit f9b3a6195f
1 changed files with 0 additions and 11 deletions

View File

@ -43,20 +43,9 @@ spec:
- containerPort: 8545
name: rpc
protocol: TCP
# volumeMounts:
# - name: eth-devnet-data
# mountPath: /data
- name: tests
image: eth-node
command:
- /bin/sh
- -c
- "npm run test && sleep infinity"
# volumeClaimTemplates:
# - metadata:
# name: eth-devnet-data
# spec:
# accessModes: [ "ReadWriteOnce" ]
# resources:
# requests:
# storage: 1Gi