Install the Web Console
All Obcerv apps, including the Web Console, are installed via helm.
Many apps use the Web Console to provide a user interface. As a result you should always install the Web Console first.
Note: For full details of app installation, see Install apps.
Web Console installation
-
Create a chart config file, for example
console.yaml
:externalHostname: www.obcerv.local ingress: annotations: kubernetes.io/ingress.class: "nginx" nginx.org/mergeable-ingress-type: "minion"
- The
externalHostname
parameter must match the DNS name specified in yourobcerv.yaml
configuration file (apps.externalHostname
). - Your ingress controller may require custom annotations on the ingress (this example is for ingress-nginx).
- The
-
Install the chart:
helm install -f console.yaml obcerv-app-webconsole itrs/obcerv-app-webconsole --version 1.0.0.XX -n itrs --wait
Once the pod is ready, the console will be accessible via https://www.obcerv.local
(adjusted to your actual DNS name)
with the default login of obcerv/obcerv
.
["Obcerv"]
["User Guide"]