[Fix]: User-defined ingress causes job status error
What changes were proposed in this pull request
Issue Number: close #3792
Brief change log
Ingress address was build by 'host' and 'path', when use with default path '/' , the url will some like 'http://xxxx/", but when use this url within org.apache.streampark.flink.kubernetes.watcher.FlinkJobStatusWatcher#callJobsOverviewsApi, will cause error.
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts
Dependencies (does it add or upgrade a dependency): ( no)
What changes were proposed in this pull request
Issue Number: close #3792
Brief change log
Ingress address was build by 'host' and 'path', when use with default path '/' , the url will some like 'http://xxxx/", but when use this url within
org.apache.streampark.flink.kubernetes.watcher.FlinkJobStatusWatcher#callJobsOverviewsApi
, will cause error.Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts