When platform change is requesting update of NLP backend services (illusionist, duckling, triton), such update can be currently done by pushing update to master
branch of particular NLP service project which will result into preview deployment on URL https://<nlp-service>.preview.flowstorm.ai
. Flowstorm change request deployment should be updated to reference preview instance of NLP service(s) by adding <nlp-service>.url
properties to app.properties
configuration in deploy/admin/templates/configmap.yaml
file. As soon as updated versions of NLP services are tested and released to production, specific <nlp-service>.url
properties should be removed from associated PR.