Skip to content

Commit

Permalink
add conf for connect (#137)
Browse files Browse the repository at this point in the history
* add conf for connect

* bump chart version
  • Loading branch information
ktechsteve authored Dec 12, 2024
1 parent 4a2aba8 commit ba9b6f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bandstand-confluent-connect/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: bandstand-confluent-connect
version: 1.2.2
version: 1.2.3
description: Chart for deploying confluent connect clusters and connectors
type: application
sources:
Expand Down
9 changes: 7 additions & 2 deletions charts/bandstand-confluent-connect/templates/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ spec:
"confluent_platform": {
"init_config": {
"is_jmx": true,
"collect_default_metrics": true
"collect_default_metrics": false
},
"instances": [{
"host": "%%host%%",
"port": "7203"
"port": "7203",
"conf": {
"include": [
"confluent.kafka.connect.*"
]
}
}]
}
}
Expand Down

0 comments on commit ba9b6f6

Please sign in to comment.