Skip to content

Commit af9e2d5

Browse files
Merge pull request #649 from gargnipungarg/main
port correction
2 parents 9c52a01 + fa022ec commit af9e2d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model-deployment/mcp-servers/oci-cache-redis-server/model-deplyment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def get_datascience_client():
7474
"imageDigest": <DIGEST>, # example "sha256:9cb77e0e2f53ec4198dadfc065c7b8358e24f41d3............",
7575
"cmd": null,
7676
"entrypoint": null,
77-
"serverPort": 8000,
78-
"healthCheckPort": 8000,
77+
"serverPort": 8080,
78+
"healthCheckPort": 8080,
7979
"environmentVariables": {
8080
"WEB_CONCURRENCY": "1",
8181
"MODEL_DEPLOY_PREDICT_ENDPOINT": "/mcp"

0 commit comments

Comments
 (0)