You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
892 B
35 lines
892 B
|
|
image:
|
|
registry: ghcr.io
|
|
repository: kafbat/kafka-ui
|
|
pullPolicy: IfNotPresent
|
|
yamlApplicationConfig:
|
|
kafka:
|
|
clusters:
|
|
- name: kafka-cluster
|
|
bootstrapServers: SASL_PLAINTEXT://kafka.kafka.svc.cluster.local:9092
|
|
properties:
|
|
security.protocol: SASL_PLAINTEXT
|
|
sasl.mechanism: SCRAM-SHA-512
|
|
sasl.jaas.config: org.apache.kafka.common.security.scram.ScramLoginModule required username="user1" password="itkJJu5hLe";
|
|
auth:
|
|
type: disable
|
|
# spring:
|
|
# security:
|
|
# oauth2:
|
|
management:
|
|
health:
|
|
ldap:
|
|
enabled: false
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/issuer: "root-ca-issuer"
|
|
kubernetes.io/ingress.class: kong
|
|
konghq.com/protocols: https
|
|
konghq.com/https-redirect-status-code: "301"
|
|
host: "kafka-ui.exmaple.org"
|
|
tls:
|
|
enabled: true
|
|
secretName: "kafka-ui-tls" |