LibreChat/helm/librechat/examples/hostaliases-values.yaml
MyGitHub 062d813b21
☸️ feat: Helm hostAliases Support For Custom DNS Mappings (#9857)
Add ability to configure hostAliases in Helm chart to redirect traffic to proxy servers or custom endpoints via /etc/hosts entries.

Co-authored-by: Feng Lu <feng.lu@kindredgroup.com>
2025-09-27 10:49:36 -04:00

6 lines
No EOL
227 B
YAML

# Example: Redirect AWS Bedrock EU traffic to proxy server
hostAliases:
- ip: "10.1.2.3" # Your proxy server IP
hostnames:
- "bedrock-runtime.eu-central-1.amazonaws.com"
- "bedrock.eu-central-1.amazonaws.com"