Skip to content

Commit

Permalink
feat:websocket auto shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bearslyricattack committed Dec 13, 2024
1 parent 2051685 commit ec3fd91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ func (r *DevboxReconciler) syncProxySvc(ctx context.Context, devbox *devboxv1alp
Namespace: devbox.Namespace,
Labels: helper.GenerateProxyPodLabels(devbox, runtimecr),
},
Spec: expectServiceSpec,
}
if _, err := controllerutil.CreateOrUpdate(ctx, r.Client, proxySvc, func() error {
proxySvc.Spec.Selector = expectServiceSpec.Selector
Expand Down

0 comments on commit ec3fd91

Please sign in to comment.