Deployment
This section describes how to deploy the Collate AI Proxy using the official Helm chart. It assumes that the prerequisites have already been completed. You can find all available configuration options in the publicvalues.yaml file.
If you need to integrate another provider or use specific models within a supported provider, contact the Collate team for configuration and benchmarking guidance.
Supported providers
Provider configuration
- AWS
- Azure
- GCP
This section defines the settings you need to deploy the Collate AI Proxy using AWS Bedrock as the provider.The IAM role assumed by the service account needs access to AWS Bedrock. Add the following statement to its policy:If you are using IRSA, follow the AWS guide. If you are using pod identity, follow the corresponding AWS guide instead.
Create the Helm values file
The following is the minimum required configuration:If your organization exposes Amazon Bedrock through an API gateway, private endpoint, or another custom URL, set Keep
config.llmProvider.bedrock.baseUrl in your Helm values to that endpoint.awsRegion set to the Bedrock region even when you override the endpoint with baseUrl.imagePullSecrets: The secret with the credentials to pull the Docker images.collate.hostAndPort: The Collate Kubernetes DNS name. Since both components run in the same namespace, it matches the patternhttp://<collate_service_name>:<collate_http_service_port>.config.llmProvider.bedrock.awsRegion: The AWS region where Bedrock is available.config.llmProvider.bedrock.baseUrl: Optional custom Bedrock endpoint for API gateway, private endpoint, or other managed URL setups.serviceAccount.create: Set tofalseto reuse an existing service account.serviceAccount.name: Set this to the Collate server service account to simplify the post-deployment steps.
Set up IAM role permissions
First, identify the service account used by your Collate server, updating the deployment name and namespace as needed:Install the Helm chart
Add the Collate AI Proxy Helm chart repository to your local Helm configuration, refresh the chart index, and deploy the chart into the target namespace:Prerequisites
< Previous
Configure Collate
Next >