kafka-cluster
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{{- if .Values.kafkaConnect.enabled }}
|
||||
apiVersion: kafka.strimzi.io/v1beta2
|
||||
kind: KafkaConnect
|
||||
metadata:
|
||||
@@ -22,7 +21,6 @@ spec:
|
||||
value.converter: org.apache.kafka.connect.json.JsonConverter
|
||||
plugin.path: /opt/kafka/plugins
|
||||
topic.creation.enable: "true"
|
||||
{{- if .Values.oauth.enabled }}
|
||||
authentication:
|
||||
type: oauth
|
||||
tokenEndpointUri: {{ .Values.oauth.keycloakUrl }}/realms/{{ .Values.oauth.keycloakRealm }}/protocol/openid-connect/token
|
||||
@@ -33,7 +31,6 @@ spec:
|
||||
tlsTrustedCertificates:
|
||||
- secretName: {{ .Values.oauth.tlsSecretName }}
|
||||
pattern: {{ .Values.oauth.tlsCertificate | quote }}
|
||||
{{- end }}
|
||||
template:
|
||||
connectContainer:
|
||||
volumeMounts:
|
||||
@@ -49,5 +46,4 @@ spec:
|
||||
logging:
|
||||
type: inline
|
||||
loggers:
|
||||
rootLogger.level: {{ .Values.logging.connect.rootLoggerLevel }}
|
||||
{{- end }}
|
||||
rootLogger.level: {{ .Values.logging.connect.rootLoggerLevel }}
|
||||
Reference in New Issue
Block a user