- Add comprehensive AI plans implementation documentation - Add LiteLLM gateway Kubernetes manifests - Update PostgreSQL and Forgejo deployment configs - Add build-from-binaries script
11 lines
291 B
YAML
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"
|