microsoft / jumpstart-agora-apps

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

Manufacturing - Helm Chart for contoso-motors #88

Closed mrhoads closed 6 months ago

mrhoads commented 6 months ago

This PR includes an initial contoso-motors Helm chart that contains sub-charts for the OPC simulator and OVMS. While there are additional sub-charts to create, this should allow for the GitOps configuration to be tested. It can be deployed via GitOps using the following.

az k8s-configuration flux create --cluster-name <cluster name> --resource-group <resource group> --name contoso-motors --namespace default --cluster-type connectedClusters --scope cluster --url https://github.com/mrhoads/jumpstart-agora-apps --branch manufacturing-helm-contoso-motors --sync-interval 3s --kustomization name=contoso-motors prune=false path=./contoso_manufacturing/operations

Note that the kustomization path must point to where the kustomization.yaml is; otherwise, Flux will use the manifests in the path tree and fail.