Skip to content

Commit

Permalink
feat(operator): Add 3 replicas for every nats
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Nov 19, 2023
1 parent bdbc971 commit 84fae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/operator/internal/modules/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ func (r *serviceReconciler) configureNats() {
Name: topicName,
Subjects: []string{topicName},
Retention: nats.InterestPolicy,
Replicas: 2,
Replicas: 3,
}
nc, err := nats.Connect(r.Configuration.Spec.Broker.Nats.URL)
if err != nil {
Expand Down

1 comment on commit 84fae1f

@vercel
Copy link

@vercel vercel bot commented on 84fae1f Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.