Skip to content

Commit

Permalink
Send events from pipeline to the listener
Browse files Browse the repository at this point in the history
Stop sending events to kafka, send them directly to the listener.
Next step will be to deprovision the kafka cluster, to help
reducing infra costs.

Partially-fixes: tektoncd#2156

Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli committed Oct 10, 2024
1 parent eba48e5 commit c55967e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: config-defaults
namespace: tekton-pipelines
data:
default-cloud-events-sink: http://kafka-broker-ingress.knative-eventing.svc.cluster.local/default/default
default-cloud-events-sink: http://el-tekton-events.default:8080

0 comments on commit c55967e

Please sign in to comment.