Commit Graph

8 Commits

Author SHA1 Message Date
49083910c6 REFACTOR(api): remove Groq API dependency
- Remove Groq API integration
- Use only Anthropic Claude API
2026-01-02 00:05:14 +09:00
075ce3f35c CHORE(api): update ExternalSecrets API version
- Update ExternalSecret API from v1beta1 to v1
- Migrate to stable API version
2025-12-29 21:11:06 +09:00
a50720e84d CHORE(k8s): update PostgreSQL namespace reference
- Update PostgreSQL service namespace reference
- Fix database connection configuration
2025-12-29 20:51:33 +09:00
735ed8b186 CHORE(app): use postgresql-cnpg secret
- Changed databases/postgresql to databases/postgresql-cnpg
- This aligns with the standardized PostgreSQL setup
- Fixes secret sync errors in mas namespace
2025-12-28 01:20:42 +09:00
59e0282c39 FIX(app): merge postgresql ExternalSecret
- Integrate vault/mas-postgres.yaml content into prod overlay
- Completely fix Kustomize external path reference issue
2025-12-24 16:26:54 +09:00
68b9858c50 FIX(app): use POSTGRES_PASSWORD from Vault
- Change PASSWORD to POSTGRES_PASSWORD
- Use correct Vault key name
2025-12-24 00:12:46 +09:00
09be71cf76 CHORE(config): remove unused API keys
- Remove OpenAI and Google API keys
- Use only Anthropic and Groq
2025-12-23 22:53:14 +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