diff --git a/cmd/in_memory/channel_dispatcher/main.go b/cmd/in_memory/channel_dispatcher/main.go index 7d708e6dc40..84f57d3c562 100644 --- a/cmd/in_memory/channel_dispatcher/main.go +++ b/cmd/in_memory/channel_dispatcher/main.go @@ -44,6 +44,8 @@ func main() { eventingtls.TrustBundleLabelSelector, ) + ctx = sharedmain.WithHealthProbesDisabled(ctx) + sharedmain.MainWithContext(ctx, "inmemorychannel-dispatcher", inmemorychannel.NewController, )