feat: add litellm-env configmap with STORE_MODEL_IN_DB=True (#97)

Reviewed-on: #97
This commit was merged in pull request #97.
This commit is contained in:
2026-05-01 22:17:53 +10:00
parent 949ddb76e4
commit 6138afb98b
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -10,6 +10,8 @@ spec:
app: litellm
template:
metadata:
annotations:
reloader.stakater.com/auto: "true"
labels:
app: litellm
spec:
@@ -31,6 +33,8 @@ spec:
envFrom:
- secretRef:
name: litellm-credentials
- configMapRef:
name: litellm-env
livenessProbe:
httpGet:
path: /health/liveliness
+5
View File
@@ -21,3 +21,8 @@ configMapGenerator:
- config.yaml=resources/config.yaml
options:
disableNameSuffixHash: true
- name: litellm-env
literals:
- STORE_MODEL_IN_DB=True
options:
disableNameSuffixHash: true