We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c52a01 + fa022ec commit af9e2d5Copy full SHA for af9e2d5
model-deployment/mcp-servers/oci-cache-redis-server/model-deplyment.py
@@ -74,8 +74,8 @@ def get_datascience_client():
74
"imageDigest": <DIGEST>, # example "sha256:9cb77e0e2f53ec4198dadfc065c7b8358e24f41d3............",
75
"cmd": null,
76
"entrypoint": null,
77
- "serverPort": 8000,
78
- "healthCheckPort": 8000,
+ "serverPort": 8080,
+ "healthCheckPort": 8080,
79
"environmentVariables": {
80
"WEB_CONCURRENCY": "1",
81
"MODEL_DEPLOY_PREDICT_ENDPOINT": "/mcp"
0 commit comments