mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
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>
6 lines
No EOL
227 B
YAML
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" |