github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/geth/values.yaml (about)

     1  replicas: 1
     2  
     3  geth:
     4    image:
     5      image: ethereum/client-go
     6      version: v1.10.25
     7  
     8    networkid: 1337
     9    blocktime: 1
    10    capacity: 1Gi
    11  
    12  resources:
    13    requests:
    14      cpu: 200m
    15      memory: 528Mi
    16    limits:
    17      cpu: 200m
    18      memory: 528Mi
    19  
    20  podAnnotations: {}
    21  
    22  nodeSelector: {}
    23  
    24  tolerations: []
    25  
    26  affinity: {}