Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.27 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.27 KB

logo

Debezium Helm Chart

Debezium helm chart including Connect and UI components

license version

Deployment

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

Be Cautious that

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.