File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 35
35
- (Feature) (ML) Pod & Container Config
36
36
- (Improvement) (ML) BatchJob status update
37
37
- (Feature) (ML) Multi DB Settings
38
+ - (Feature) (ML) Port adjustments
38
39
39
40
## [ 1.2.35] ( https://github.com/arangodb/kube-arangodb/tree/1.2.35 ) (2023-11-06)
40
41
- (Maintenance) Update go-driver to v1.6.0, update IsNotFound() checks
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ const (
32
32
ArangoMLExtensionSpecDeploymentComponentTraining = "training"
33
33
ArangoMLExtensionSpecDeploymentComponentProject = "project"
34
34
35
- ArangoMLExtensionSpecDeploymentComponentPredictionDefaultPort = 16000
36
- ArangoMLExtensionSpecDeploymentComponentTrainingDefaultPort = 16001
37
- ArangoMLExtensionSpecDeploymentComponentProjectDefaultPort = 16002
35
+ ArangoMLExtensionSpecDeploymentComponentPredictionDefaultPort = 8501
36
+ ArangoMLExtensionSpecDeploymentComponentTrainingDefaultPort = 8502
37
+ ArangoMLExtensionSpecDeploymentComponentProjectDefaultPort = 8503
38
38
)
39
39
40
40
func GetArangoMLExtensionSpecDeploymentComponentDefaultPort (component string ) int32 {
You can’t perform that action at this time.
0 commit comments