We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf43f6e commit c0ab491Copy full SHA for c0ab491
install/installer/pkg/components/ide-service/configmap.go
@@ -22,7 +22,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
22
Server: &baseserver.Configuration{
23
Services: baseserver.ServicesConfiguration{
24
GRPC: &baseserver.ServerConfiguration{
25
- Address: fmt.Sprintf(":%d", GRPCServicePort),
+ Address: fmt.Sprintf("0.0.0.0:%d", GRPCServicePort),
26
},
27
28
0 commit comments