kafka-cluster

This commit is contained in:
ychangkim
2025-12-02 14:03:48 +09:00
parent 257c6915f1
commit e385ec8130
7 changed files with 3 additions and 20 deletions
@@ -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 }}