×
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.
To install the Ingestion app:
-
Create a chart config file, such as
app.yaml
with content similar to the following:ingress: annotations: kubernetes.io/ingress.class: "nginx" nginx.org/mergeable-ingress-type: "minion"
Your ingress controller may require custom annotations on the ingress (this example is for ingress-nginx).
-
Install the chart:
helm install -f app.yaml obcerv-app-ingestion itrs/obcerv-app-ingestion \ --version 2.1.0 -n <namespace> --wait
Uninstall Copied
helm uninstall obcerv-app-ingestion -n itrs
Upgrade Copied
To upgrade the app, first uninstall and then install it again using the new version.
["ITRS Analytics"]
["Obcerv > Ingestion"]
["Technical Reference"]