nxtgauge-gitops/apps/litellm/base/db-secret.yaml
Ashwin Kumar Sivakumar 7902b265a9 feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates
- Add comprehensive AI plans implementation documentation
- Add LiteLLM gateway Kubernetes manifests
- Update PostgreSQL and Forgejo deployment configs
- Add build-from-binaries script
2026-06-15 06:15:41 +05:30

11 lines
291 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: litellm-db-credentials
namespace: nxtgauge-ai
type: Opaque
stringData:
DATABASE_URL: "postgresql://litellm:litellm123@postgres.nxtgauge-ai.svc.cluster.local:5432/litellm"
DB_USER: "litellm"
DB_PASSWORD: "litellm123"
DB_NAME: "litellm"