Commit Graph

57 Commits

Author SHA1 Message Date
6cee617072 FIX(db): use existing user and database
- Created mas database in PostgreSQL
- Changed from mas_user to bluemayne (existing user)
- Use postgresql-password secret (root password)
- Add CHAINLIT_DATABASE_URL for Chainlit compatibility
- Improved error handling in chainlit_app.py
2025-12-24 00:02:03 +09:00
8e736323aa CHORE(deps): upgrade Chainlit to >=2.0.0
- Upgrade Chainlit version
- Fix Pydantic compatibility
2025-12-23 23:50:38 +09:00
902028a233 FIX(deps): constrain Pydantic version
- Constrain pydantic<2.10
- Fix Chainlit 1.3.1 compatibility
2025-12-23 23:43:31 +09:00
69d38ea6e7 REFACTOR(k8s): remove ingress.yaml
- Remove ingress from mas project
- Ingress managed in cluster-infrastructure
2025-12-23 23:42:36 +09:00
12fd9d52d9 FIX(config): fix Chainlit config dir
- Create /root/.chainlit directory in Dockerfile to prevent FileExistsError
- Reduce replicas from 2 to 1 to conserve resources
- Lower CPU request from 500m to 100m (insufficient CPU on nodes)
- Lower memory request from 512Mi to 256Mi
- Remove health check probes (Chainlit doesn't have /health endpoint)
2025-12-23 23:38:16 +09:00
599a24792f REFACTOR(app): switch to Gitea registry
- Update image from harbor to gitea0213.kro.kr
- Add imagePullPolicy: Always
2025-12-23 23:19:08 +09:00
9d3a7656d4 REFACTOR(k8s): reorganize to base/overlays pattern
- Add k8s/base/ with deployment and service
- Add k8s/overlays/prod/ with environment config
2025-12-23 22:49:06 +09:00