Skip to content

Command Center

Command Center is the main AMS customer UI and control-plane experience. When you install all four application modules, treat Command Center as the primary landing module (root.module: command-center).

Chart and namespace

Item Typical value
Chart repo ams-helm-command-center-application
Namespace ams
Images Supplied by the application team / your ACR

Before you install

  • Keycloak reachable and realm/clients prepared
  • Observability endpoints known if the chart expects OTEL settings
  • Database and storage prerequisites from release values satisfied
  • Image pull working for Command Center images

Helm outline

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

Edit release values for:

  • Hostname / ingress paths owned by this chart (not // belongs to infrastructure ingress)
  • Keycloak URL and client settings
  • Image repository and tag
  • Secret references (Key Vault CSI or Kubernetes Secrets)

After install

  1. Wait for Deployments / Pods to become Ready.
  2. Confirm Service ams-frontend (or the name in your values) exists.
  3. Point infrastructure ingress root.module at command-center if this is your landing app.
  4. Sign in through Keycloak and smoke-test core UI flows.