Skip to content

Commit d45fb50

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

deploy/helm/README.md

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ enviromentVariables:
2626
CONNECTIVITY_CHECKS_PLUGIN_ENABLED: "true"
2727
ORTHANC__REGISTERED_USERS: |
2828
{"demo": "demo"}
29-
"RegisteredUsers":
3029
ORTHANC__DICOM_MODALITIES: |
31-
{"monai" : [ "MonaiSCU", "mig-monai", 104 ]}
30+
{"monai" : [ "MONAISCU", "mig-monai", 104 ]}
3231
3332
service:
3433
type: NodePort

0 commit comments

Comments
 (0)