This repository was archived by the owner on Sep 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
packages/chatbot-server-mongodb-public/environments Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1515 OPENAI_RETRIEVAL_EMBEDDING_DEPLOYMENT : " text-embedding-3-small"
1616 JUDGE_LLM : " gpt-4o-mini"
1717 JUDGE_EMBEDDING_MODEL : " text-embedding-3-small"
18- # TODO:(EAI-644) add prod tracing
19- # SLACK_COMMENT_CONVERSATION_ID: "C07A68V63EH"
20- # BRAINTRUST_CHATBOT_TRACING_PROJECT_NAME: "chatbot-responses-prod"
18+ SLACK_COMMENT_CONVERSATION_ID : " C07A68V63EH"
19+ BRAINTRUST_CHATBOT_TRACING_PROJECT_NAME : " chatbot-responses-prod"
2120
2221envSecrets :
2322 MONGODB_CONNECTION_URI : docs-chatbot-prod
2423 OPENAI_ENDPOINT : docs-chatbot-prod
2524 OPENAI_API_KEY : docs-chatbot-prod
26- # TODO:(EAI-644) add prod tracing
27- # BRAINTRUST_TRACING_API_KEY: docs-chatbot-prod
28- # SLACK_BOT_TOKEN: docs-chatbot-prod
25+ BRAINTRUST_TRACING_API_KEY : docs-chatbot-prod
26+ SLACK_BOT_TOKEN : docs-chatbot-prod
2927
3028ingress :
3129 enabled : true
@@ -36,11 +34,11 @@ ingress:
3634replicaCount : 2
3735resources :
3836 limits :
39- memory : 1Gi
37+ memory : 2Gi
4038 cpu : 1
4139 requests :
42- memory : 500Mi
43- cpu : 500m
40+ memory : 1Gi
41+ cpu : 1000m
4442autoscaling :
4543 apiVersion : autoscaling/v2
4644 minReplicas : 1
You can’t perform that action at this time.
0 commit comments