Skip to content

Commit b2333c0

Browse files
deploy/helm: fix AET naming
Signed-off-by: Jordi Massaguer Pla <[email protected]>
1 parent 045a662 commit b2333c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ change that for production environments.
205205
2. Configure Orthanc with Monai Information Gateway:
206206

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

210210
Congrats! You have finish the setup! Now let's test it.
211211

0 commit comments

Comments
 (0)