nxtgauge-gitops/apps/litellm/base/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

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"