×
Install
Important
This information refers to the previous helm install method. For the streamlined Kubernetes Off-the-Shelf (KOTS) method, you can select the apps you want to install during Platform installation.
- Create a chart config file, named
app.yaml
containing content similar to:
ingress:
annotations:
kubernetes.io/ingress.class: nginx
nginx.org/mergeable-ingress-type: minion
- To install the chart, run:
helm install -f app.yaml obcerv-app-capacity-planner itrs/obcerv-app-capacity-planner \
--version <version number> -n <namespace> --wait
Uninstall Copied
To uninstall, run:
helm uninstall obcerv-app-capacity-planner -n itrs
Upgrade Copied
To upgrade the app, first uninstall and then install it again using the new version.
["ITRS Analytics"]
["ITRS Analytics > Capacity Planner"]
["Technical Reference"]