Skip to content

Commit a3cf4b7

Browse files
committed
Fix example urls
Signed-off-by: Ching Yi, Chan <qrtt1@infuseai.io>
1 parent ff8e724 commit a3cf4b7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/CLI/apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ instanceTypeSpec:
206206
memoryLimit: 2
207207
gpuLimit: 0
208208
scope: primehub
209-
appUrl: https://qty0712-microk8s.aws.primehub.io/console/apps/code-server-26fcc
209+
appUrl: http://primehub-python-sdk.primehub.io/console/apps/code-server-26fcc
210210
internalAppUrl: http://app-code-server-26fcc:8080/console/apps/code-server-26fcc
211211
svcEndpoints: ['app-code-server-26fcc:8080']
212212
env: [{'name': 'key1', 'value': 'value1'}]
213213
stop: False
214214
status: Ready
215215
message: Deployment is ready
216-
pods: [{'logEndpoint': 'https://qty0712-microk8s.aws.primehub.io/api/logs/pods/app-code-server-26fcc-765bf579c5-srcft'}]
217-
```
216+
pods: [{'logEndpoint': 'http://primehub-python-sdk.primehub.io/api/logs/pods/app-code-server-26fcc-765bf579c5-srcft'}]
217+
```

docs/CLI/deployments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ stop: False
284284
endpointAccessType: public
285285
endpointClients: []
286286
status: Deployed
287-
endpoint: https://qty0712-microk8s.aws.primehub.io/deployment/quickstart-iris-cfmnh/api/v1.0/predictions
287+
endpoint: http://primehub-python-sdk.primehub.io/deployment/quickstart-iris-cfmnh/api/v1.0/predictions
288288
availableReplicas: 1
289289
message: Deployment is deployed and available now
290290
pods: [{'name': 'deploy-quickstart-iris-cfmnh-68889b97cc-8qgvf'}]
@@ -324,7 +324,7 @@ primehub deployments get quickstart-iris-cfmnh --json | jq
324324
"endpointAccessType": "public",
325325
"endpointClients": [],
326326
"status": "Deployed",
327-
"endpoint": "https://qty0712-microk8s.aws.primehub.io/deployment/quickstart-iris-cfmnh/api/v1.0/predictions",
327+
"endpoint": "http://primehub-python-sdk.primehub.io/deployment/quickstart-iris-cfmnh/api/v1.0/predictions",
328328
"availableReplicas": 1,
329329
"message": "Deployment is deployed and available now",
330330
"pods": [
@@ -360,8 +360,8 @@ stop: False
360360
endpointAccessType: public
361361
endpointClients: []
362362
status: Deploying
363-
endpoint: https://qty0712-microk8s.aws.primehub.io/deployment/quickstart-iris-cfmnh/api/v1.0/predictions
363+
endpoint: http://primehub-python-sdk.primehub.io/deployment/quickstart-iris-cfmnh/api/v1.0/predictions
364364
availableReplicas: 1
365365
message: Deployment is being deployed and not available now
366366
pods: [{'name': 'deploy-quickstart-iris-cfmnh-68889b97cc-8qgvf'}, {'name': 'deploy-quickstart-iris-cfmnh-68889b97cc-wxzs8'}]
367-
```
367+
```

0 commit comments

Comments
 (0)