Fix externalresources for main
Change-Id: Ic56c9d2d45577fd19d68b33a41ec50c7811feae3
diff --git a/deploy-kalamar-plugin-externalresources.yml b/deploy-kalamar-plugin-externalresources.yml
index 95d8322..44b59bd 100644
--- a/deploy-kalamar-plugin-externalresources.yml
+++ b/deploy-kalamar-plugin-externalresources.yml
@@ -1,3 +1,5 @@
+# Call as
+# $ ansible-playbook -l test deploy-kalamar-plugin-externalresources.yml
- name: Deploy Kalamar-Plugin-ExternalResources
hosts:
- test
diff --git a/inventory b/inventory
index 467feb8..3e55d16 100644
--- a/inventory
+++ b/inventory
@@ -36,5 +36,5 @@
external_path="/opt/korap/instance-main/Plugin-External"
external_container_name="kalamar-plugin-externalresources-main"
external_indexer_name="kalamar-plugin-externalresources-index-main"
-external_port="5722:5722"
+external_port="5723:5722"
external_image="korap/kalamar-plugin-externalresources:latest"