Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ spec:
enabled: true
metricReporter:
enabled: true
bootstrapEndpoint: kafka:9092
bootstrapEndpoint: kafka:9071
tls:
enabled: true
authentication:
type: plain
jaasConfig:
secretRef: credential
dependencies:
zookeeper:
endpoint: zookeeper.confluent.svc.cluster.local:2182
Expand Down Expand Up @@ -105,7 +111,7 @@ metadata:
name: schemaregistry
namespace: confluent
spec:
replicas: 1
replicas: 3
image:
application: confluentinc/cp-schema-registry:7.4.0
init: confluentinc/confluent-init-container:2.6.0
Expand Down Expand Up @@ -179,7 +185,7 @@ spec:
enabled: true
ksqldb:
- name: ksql-dev
url: https://ksqldb.confluent.svc.cluster.local:8088
url: https://ksqldb-tls.confluent.svc.cluster.local:8088
tls:
enabled: true
connect:
Expand Down