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¶
- Wait for Deployments / Pods to become Ready.
- Confirm Service
ams-frontend(or the name in your values) exists. - Point infrastructure ingress
root.moduleatcommand-centerif this is your landing app. - Sign in through Keycloak and smoke-test core UI flows.