Add custom-values.yaml, README.md

This commit is contained in:
wbsong111
2025-09-08 14:24:38 +09:00
parent 7204df93a8
commit a4dae6bd4c
3 changed files with 402 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
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"