feat:multi cluster application
This commit is contained in:
3
vendor/openpitrix.io/openpitrix/pkg/config/global_config.go
generated
vendored
3
vendor/openpitrix.io/openpitrix/pkg/config/global_config.go
generated
vendored
@@ -83,7 +83,8 @@ func (r *RuntimeProviderConfig) GetPort() int {
|
||||
if r.Port > 0 {
|
||||
return r.Port
|
||||
} else {
|
||||
return constants.RuntimeProviderManagerPort
|
||||
//todo attention
|
||||
return constants.KubernetesProviderPort
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user