Debezium helm chart including Connect and UI components
Update the following envs in values.yaml
:
connect:
...
env:
# kafka bootstrap servers to publish database events
- name: BOOTSTRAP_SERVERS
value: KAFKA_BOOTSTRAP_SERVER_ADDRESS:9092 <------
...
ui:
...
ingress:
enabled: true
router: private
# url for accessing debezium dashboard
host: DEBEZIUM_UI_HOST_ADDRESS <----------
Use the following command to install the chart
helm install <CHART-NAME> debezium
This chart is tested and installed on OpenShift
successfully but use at your own risk. Feel free to open an issue for
improvement or other matters.