aa61bbe484b99f7a5b90b639663449ffb9dad30d
Problem: Portfolio pod had OAuth credentials (AUTHENTIK_CLIENT_ID/SECRET) but was missing LLM_API_URL and LLM_MODEL environment variables. Chat API could fetch tokens but had no endpoint to call. Solution: Inject LLM configuration via k8s deployment env vars: - LLM_API_URL: https://api.riotpiao.com/v1/chat/completions - LLM_MODEL: qwen2.5:3b-instruct Testing: - Token fetch: ✓ portfolio-agent OAuth works - DNS: ✓ api.riotpiao.com resolves (CoreDNS rewrite) - Auth: ⚠️ JWT issuer mismatch (portfolio-agent vs api-gw) — separate issue Impact: Chat API endpoint can now attempt LLM calls with valid auth
Description
No description provided
4.2 MiB
Languages
TypeScript
98.6%
Dockerfile
0.6%
Shell
0.5%
JavaScript
0.2%
CSS
0.1%