File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ you should consider using volume claims.
95
95
Once you have the rabbitmq installed, you can move to the next step and
96
96
install mongodb.
97
97
98
- ### Argo Workflows
98
+ ### MongoDB
99
99
100
100
1 . Install mongodb with helm
101
101
@@ -241,6 +241,9 @@ template with the contents of:
241
241
242
242
https://github.com/Project-MONAI/monai-deploy/blob/main/e2e-testing/test-scenarios/Argo_Workflows/argo_workflow_5.yaml
243
243
244
+ Review the namespace that should be one you have setup. If you followed
245
+ the example in this README, it should be "monai".
246
+
244
247
> :Hint: You could also use curl and use the REST API
245
248
246
249
@@ -259,6 +262,12 @@ following workflow:
259
262
260
263
https://github.com/Project-MONAI/monai-deploy/blob/main/e2e-testing/test-scenarios/Clinical_Workflows/liver_seg.json
261
264
265
+ Review the namespace that should be one you have setup. If you followed
266
+ the example in this README, it should be "monai".
267
+
268
+ Review the "ae_title" value. If you have followed the example in this
269
+ README, it should be "MONAISCU".
270
+
262
271
> :Warning: On a production environment swagger won't be available.
263
272
You can still use the REST api.
264
273
You can’t perform that action at this time.
0 commit comments