Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
uriziv1 committed Aug 25, 2024
1 parent 4e6a7a1 commit ad83b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func GetService(port int, namespace string) *apiv1.Service {
Spec: apiv1.ServiceSpec{
Ports: []apiv1.ServicePort{
{Protocol: "TCP",
TargetPort: intstr.IntOrString{IntVal: port},
TargetPort: intstr.IntOrString{IntVal: int32(uint32(port))},
Port: int32(uint32(port)),
Name: "console-port",
},
Expand Down

0 comments on commit ad83b17

Please sign in to comment.