Bläddra i källkod

eth-devnet is deterministic and does not need volumes

Leo 5 år sedan
förälder
incheckning
f9b3a6195f
1 ändrade filer med 0 tillägg och 11 borttagningar
  1. 0 11
      devnet/eth-devnet.yaml

+ 0 - 11
devnet/eth-devnet.yaml

@@ -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