Skip to content

Commit c0ab491

Browse files
mustard-mhSimon Emms
and
Simon Emms
authored
Update install/installer/pkg/components/ide-service/configmap.go
Co-authored-by: Simon Emms <[email protected]>
1 parent cf43f6e commit c0ab491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/ide-service/configmap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
2222
Server: &baseserver.Configuration{
2323
Services: baseserver.ServicesConfiguration{
2424
GRPC: &baseserver.ServerConfiguration{
25-
Address: fmt.Sprintf(":%d", GRPCServicePort),
25+
Address: fmt.Sprintf("0.0.0.0:%d", GRPCServicePort),
2626
},
2727
},
2828
},

0 commit comments

Comments
 (0)