Temporal is deployed as part of the Config Manager Helm release. Use the standard deployment guide for connected environments and the airgapped deployment guide for disconnected environments.
The installer controls Temporal deployment through nv-config-manager-install.yaml and generated Helm values:
services.temporal: enables the Temporal API, workers, and related deployment resources.cluster.hostname: drives public workflow API and Temporal Web hostnames.secrets: provides database, auth, and integration secrets.rbac: configures workflow read and execute roles.infrastructure: configures TLS, gateway, storage, and optional observability.After deployment, verify the workflow API and Temporal Web routes:
Open the workflow API at https://workflow.<hostname>/docs and Temporal Web at https://temporal.<hostname> if Temporal Web is enabled for the environment.
For normal operator actions, use the Config Manager UI. Use Temporal Web for detailed workflow event history, retries, payload inspection, and child workflow troubleshooting. See Which Interface Should I Use?.