Add improvements

This commit is contained in:
Urtzi Alfaro
2026-01-12 14:24:14 +01:00
parent 6037faaf8c
commit 230bbe6a19
61 changed files with 1668 additions and 894 deletions

View File

@@ -15,7 +15,6 @@ resources:
- configmaps/postgres-logging-config.yaml
- secrets/postgres-tls-secret.yaml
- secrets/redis-tls-secret.yaml
- secrets/demo-internal-api-key-secret.yaml
# Additional configs
- configs/postgres-init-config.yaml
@@ -23,7 +22,8 @@ resources:
# Migration jobs
- migrations/auth-migration-job.yaml
- migrations/tenant-migration-job.yaml
- migrations/tenant-seed-pilot-coupon-job.yaml
# Note: tenant-seed-pilot-coupon-job.yaml removed - pilot coupon is now seeded
# automatically during tenant-service startup (see app/jobs/startup_seeder.py)
- migrations/training-migration-job.yaml
- migrations/forecasting-migration-job.yaml
- migrations/sales-migration-job.yaml