Skip to content

Commit

Permalink
set only port num
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsaperstein-lyft committed Nov 28, 2023
1 parent e4b694a commit e2ec579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/flink/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func FetchJobManagerIngressCreateObj(app *flinkapp.FlinkApplication) *networkV1.
Service: &networkV1.IngressServiceBackend{
Name: getJobManagerServiceName(app),
Port: networkV1.ServiceBackendPort{
Name: getJobManagerServiceName(app),
Number: getUIPort(app),
},
},
Expand Down

0 comments on commit e2ec579

Please sign in to comment.