Skip to content

Commit

Permalink
feat(core): enable websocket in app gateway (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyoct authored Dec 10, 2022
1 parent cec9454 commit 2e80e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/controllers/gateway/controllers/gateway_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func (r *GatewayReconciler) applyApp(ctx context.Context, gateway *gatewayv1.Gat
ServiceName: gateway.Spec.AppId + "." + gateway.Namespace,
ServicePort: 8000,
},
EnableWebSocket: true,
},
}

Expand Down

0 comments on commit 2e80e39

Please sign in to comment.