8000 [Feature] [ML] Ports adjustment (#1542) · arangodb/kube-arangodb@7affabd · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 7affabd

Browse files
authored
[Feature] [ML] Ports adjustment 8000 (#1542)
1 parent 384fd6a commit 7affabd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- (Feature) (ML) Pod & Container Config
3636
- (Improvement) (ML) BatchJob status update
3737
- (Feature) (ML) Multi DB Settings
38+
- (Feature) (ML) Port adjustments
3839

3940
## [1.2.35](https://github.com/arangodb/kube-arangodb/tree/1.2.35) (2023-11-06)
4041
- (Maintenance) Update go-driver to v1.6.0, update IsNotFound() checks

pkg/apis/ml/v1alpha1/extension_spec_deployment.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const (
3232
ArangoMLExtensionSpecDeploymentComponentTraining = "training"
3333
ArangoMLExtensionSpecDeploymentComponentProject = "project"
3434

35-
ArangoMLExtensionSpecDeploymentComponentPredictionDefaultPort = 16000
36-
ArangoMLExtensionSpecDeploymentComponentTrainingDefaultPort = 16001
37-
ArangoMLExtensionSpecDeploymentComponentProjectDefaultPort = 16002
35+
ArangoMLExtensionSpecDeploymentComponentPredictionDefaultPort = 8501
36+
ArangoMLExtensionSpecDeploymentComponentTrainingDefaultPort = 8502
37+
ArangoMLExtensionSpecDeploymentComponentProjectDefaultPort = 8503
3838
)
3939

4040
func GetArangoMLExtensionSpecDeploymentComponentDefaultPort(component string) int32 {

0 commit comments

Comments
 (0)
0