Install

To install the Alerting app:

  1. 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). 2. Install the chart:

helm install -f app.yaml obcerv-app-alerting itrs/obcerv-app-alerting \
            --version 2.2.0 -n <namespace> --wait

Uninstall Copied

helm uninstall obcerv-app-alerting -n itrs

Upgrade Copied

To upgrade the app, first uninstall and then install it again using the new version.

["Obcerv"] ["Obcerv > Alerting"] ["Technical Reference"]

Was this topic helpful?