github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/schema-registry/values.yaml (about) 1 replicaCount: 1 2 3 image: 4 repository: confluentinc/cp-schema-registry 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: 8081 17 18 resources: 19 limits: 20 memory: '500M' 21 cpu: '0.4' 22 23 env: 24 schema_registry_debug: 'true' 25 schema_registry_host_name: 'cp-schema-registry' 26 schema_registry_kafkastore_bootstrap_servers: 'PLAINTEXT://kafka:9092' 27 schema_registry_listeners: 'http://0.0.0.0:8081' 28 29 nodeSelector: {} 30 31 tolerations: [] 32 33 affinity: {}