microsoft / jumpstart-agora-apps

A repository for hosting Jumpstart Agora industry sample applications
MIT License
23 stars 85 forks source link

Manufacturing - OVMS Helm Chart #79

Closed mrhoads closed 7 months ago

mrhoads commented 7 months ago

This is an initial commit to deploy OVMS. It assumes the following:

Additionally, to overcome a timing issue with the default Helm order of resource deployments whereby the ovms pod may be running without all the models being downloaded, Helm pre-install hooks are used to ensure that first the PVC is ready, then the job runs, and then following this the ModelServer gets deployed.

mrhoads commented 7 months ago

closing PR to omit OPC code