Skip to content

Commit

Permalink
feat: devbox websocket.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearslyricattack committed Jan 15, 2025
1 parent ba09323 commit ce5247d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/devbox/internal/controller/devbox_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -842,5 +842,7 @@ func (r *DevboxReconciler) SetupWithManager(mgr ctrl.Manager) error {
Owns(&corev1.Pod{}, builder.WithPredicates(predicate.ResourceVersionChangedPredicate{})). // enqueue request if pod spec/status is updated
Owns(&corev1.Service{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).
Owns(&corev1.Secret{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).
Owns(&networkingv1.Ingress{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).
Owns(&appsv1.Deployment{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).
Complete(r)
}

0 comments on commit ce5247d

Please sign in to comment.