Verify exact production traces and record rollout
This commit is contained in:
@@ -1 +1,31 @@
|
||||
# prod environment overrides (TBD, Phase 6)
|
||||
global:
|
||||
environment: production
|
||||
|
||||
aiService:
|
||||
replicaCount: 2
|
||||
image:
|
||||
tag: latest
|
||||
config:
|
||||
embeddingProvider: cohere-v4
|
||||
answerProvider: bedrock-converse
|
||||
otelSampleRatio: 0.25
|
||||
|
||||
web:
|
||||
replicaCount: 2
|
||||
image:
|
||||
tag: latest
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
host: realvuxbaro.me
|
||||
|
||||
secret:
|
||||
create: false
|
||||
existingSecret: medical-chatbot-prod
|
||||
|
||||
observability:
|
||||
prometheus:
|
||||
retention: 15d
|
||||
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user