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