Skip to content

EOBS

EOBS (Engineering Observability) is the AMS engineering observability UI module. Install it when operators need that experience in addition to (or instead of) Command Center.

Chart and namespace

Item Typical value
Chart repo ams-helm-eobs-application
Namespace ams (shared with other AMS apps in many layouts)
Images Supplied by the application team / your ACR

Landing behavior

  • Single-module install: set root.module: eobs.
  • Alongside Command Center: keep Command Center as landing; open EOBS via its UI path (commonly under /eobs).

Before you install

  • Shared dependencies (Keycloak, observability) ready
  • Release values updated for host, secrets, and image tags

Helm outline

helm upgrade --install ams-eobs ./ams-helm-eobs-application \
  --namespace ams \
  --create-namespace \
  -f providers/azure/release/values.yaml

After install

  1. Confirm UI Service is Ready.
  2. Hit the EOBS path on the AMS host.
  3. If EOBS owns /, apply infrastructure ingress with root.module: eobs.