Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update confluent-platform-secure.yaml to have correct config properties #256

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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