Skip to content

Commit 97172ac

Browse files
deploy/helm: Fix orthanc configuration
Signed-off-by: Jordi Massaguer Pla <[email protected]>
1 parent 3c32440 commit 97172ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

deploy/helm/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ change that for production environments.
214214
2. Configure Orthanc with Monai Information Gateway:
215215

216216
``` kubectl port-forward services/orthanc-monai 4242:4242 8042:8042 ```
217-
``` curl -v -X PUT http://demo:demo@localhost:8042/modalities/monai -d '{"AET" : "MONAISCU", "Host" : "mig-monai", "Port": 104}' ```
218217

219218
Congrats! You have finish the setup! Now let's test it.
220219

deploy/helm/orthanc.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ enviromentVariables:
2626
CONNECTIVITY_CHECKS_PLUGIN_ENABLED: "true"
2727
ORTHANC__REGISTERED_USERS: |
2828
{"demo": "demo"}
29-
"RegisteredUsers":
3029
ORTHANC__DICOM_MODALITIES: |
3130
{"monai" : [ "MonaiSCU", "mig-monai", 104 ]}
3231

0 commit comments

Comments
 (0)