- Add comprehensive AI plans implementation documentation - Add LiteLLM gateway Kubernetes manifests - Update PostgreSQL and Forgejo deployment configs - Add build-from-binaries script
10 lines
259 B
YAML
10 lines
259 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: litellm-secrets
|
|
namespace: nxtgauge-ai
|
|
type: Opaque
|
|
stringData:
|
|
# Master key for LiteLLM API authentication
|
|
# Change this to a secure key for production
|
|
LITELLM_MASTER_KEY: "PLACEHOLDER-UPDATE-IN-OVERLAY"
|