Improve AI logic
This commit is contained in:
@@ -38,6 +38,7 @@ resources:
|
||||
- migrations/demo-session-migration-job.yaml
|
||||
- migrations/procurement-migration-job.yaml
|
||||
- migrations/orchestrator-migration-job.yaml
|
||||
- migrations/ai-insights-migration-job.yaml
|
||||
|
||||
# Demo initialization jobs (in Helm hook weight order)
|
||||
- jobs/demo-seed-rbac.yaml
|
||||
@@ -98,6 +99,7 @@ resources:
|
||||
- components/databases/procurement-db.yaml
|
||||
- components/databases/orchestrator-db.yaml
|
||||
- components/databases/alert-processor-db.yaml
|
||||
- components/databases/ai-insights-db.yaml
|
||||
|
||||
# Demo session components
|
||||
- components/demo-session/database.yaml
|
||||
@@ -123,6 +125,7 @@ resources:
|
||||
- components/orchestrator/orchestrator-service.yaml
|
||||
- components/alert-processor/alert-processor-service.yaml
|
||||
- components/alert-processor/alert-processor-api.yaml
|
||||
- components/ai-insights/ai-insights-service.yaml
|
||||
|
||||
# Frontend
|
||||
- components/frontend/frontend-service.yaml
|
||||
@@ -166,6 +169,8 @@ images:
|
||||
newTag: latest
|
||||
- name: bakery/alert-processor
|
||||
newTag: latest
|
||||
- name: bakery/ai-insights-service
|
||||
newTag: latest
|
||||
- name: bakery/demo-session-service
|
||||
newTag: latest
|
||||
- name: bakery/gateway
|
||||
|
||||
Reference in New Issue
Block a user