I am exploring Temporal and particularly the DX as it relates to automatable production deployment. Our environment is primarily Docker containers running in OpenShift, but we don’t even need to get that specific.
While I have seen a lot of documentation on running Temporal locally or in a test environment, I have seen conflicting information about deployment to production. For example, I have seen some references say the Helm Chart is suitable for production while others say it is not suited to production.
Where can I find a current, definitive instruction set for deploying Temporal to production?
Thanks.