Deployment¶
Oracle is deployed on the Minnova Kubernetes cluster.
Requirements¶
- PostgreSQL 17 (via CloudNative-PG)
- Redis for caching
- Access to LLM API (OpenAI/Anthropic)
Environment Variables¶
| Variable | Description |
|---|---|
DATABASE_URL |
PostgreSQL connection string |
REDIS_URL |
Redis connection string |
LLM_API_KEY |
API key for LLM provider |
VECTOR_DB_URL |
Vector database endpoint |
Kubernetes Manifests¶
Oracle is managed via ArgoCD. See the infra repo for manifests.