github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/kafka-rest/values.yaml (about) 1 replicaCount: 1 2 3 image: 4 repository: confluentinc/cp-kafka-rest 5 pullPolicy: IfNotPresent 6 # Overrides the image tag whose default is the chart appVersion. 7 tag: '' 8 9 nameOverride: '' 10 fullnameOverride: '' 11 12 podAnnotations: {} 13 14 service: 15 type: ClusterIP 16 port: 8082 17 18 resources: 19 limits: 20 memory: '400M' 21 cpu: '0.2' 22 23 env: 24 kafka_rest_debug: 'true' 25 kafka_rest_host_name: 'cp-kafka-rest' 26 kafka_rest_bootstrap_servers: 'PLAINTEXT://kafka:9092' 27 kafka_rest_listeners: 'http://0.0.0.0:8082' 28 kafka_rest_client_security_protocol: 'PLAINTEXT' 29 kafka_rest_schema_registry_url: 'http://cp-schema-registry:8081' 30 31 nodeSelector: {} 32 33 tolerations: [] 34 35 affinity: {}