github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/qa-mock-adapter/values.yaml (about) 1 replicaCount: 1 2 3 app: 4 serverPort: '6060' 5 resources: 6 requests: 7 cpu: 200m 8 memory: 256Mi 9 limits: 10 cpu: 200m 11 memory: 256Mi 12 13 image: 14 repository: qa-mock-adapter 15 snapshot: false 16 pullPolicy: IfNotPresent 17 18 service: 19 annotations: {} 20 clusterIP: '' 21 externalIPs: [] 22 loadBalancerIP: '' 23 loadBalancerSourceRanges: [] 24 type: NodePort 25 port: 6060 26 nodePort: '' 27 28 ingress: 29 enabled: false 30 annotations: {} 31 path: / 32 hosts: 33 - qa-mock-adapter.local 34 35 podAnnotations: {} 36 37 nodeSelector: {} 38 39 tolerations: [] 40 41 affinity: {}