Skip to content

Commit

Permalink
add message broker to app host
Browse files Browse the repository at this point in the history
  • Loading branch information
josephaw1022 committed Jan 28, 2024
1 parent 7d3f0f6 commit 6678935
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions KEDAScalingUI.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
configuration.GetSection("Keycloak").Bind(keyCloakConfig);


// Message Broker
var messageBroker = builder.AddRabbitMQ("rabbit-mq");

///Databases

// Postgres Information
Expand Down

0 comments on commit 6678935

Please sign in to comment.