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

     1  replicas: 1
     2  
     3  sol:
     4    image:
     5      image: solanalabs/solana
     6      version: v1.9.14
     7    resources:
     8      requests:
     9        cpu: 2000m
    10        memory: 4000Mi
    11      limits:
    12        cpu: 2000m
    13        memory: 4000Mi
    14  
    15  nodeSelector: {}
    16  
    17  tolerations: []
    18  
    19  affinity: {}
    20  
    21  podAnnotations: {}