kafka-cluster
This commit is contained in:
@@ -40,6 +40,14 @@ spec:
|
||||
tlsTrustedCertificates:
|
||||
- secretName: {{ .Values.oauth.tlsSecretName }}
|
||||
certificate: {{ .Values.oauth.tlsCertificate }}
|
||||
{{- if .Values.internalListener.enabled }}
|
||||
- name: internal
|
||||
type: cluster-ip
|
||||
port: {{ .Values.internalListener.port }}
|
||||
tls: {{ .Values.internalListener.tls }}
|
||||
authentication:
|
||||
type: scram-sha-512
|
||||
{{- end }}
|
||||
config:
|
||||
offsets.topic.replication.factor: {{ .Values.config.offsetsTopicReplicationFactor }}
|
||||
transaction.state.log.replication.factor: {{ .Values.config.transactionStateLogReplicationFactor }}
|
||||
|
||||
Reference in New Issue
Block a user