Skip to content

Debezium helm chart, an integration of debezium connect and debezium ui

License

Notifications You must be signed in to change notification settings

snapp-incubator/debezium-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.