feat: add litellm-env configmap with STORE_MODEL_IN_DB=True
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

This commit is contained in:
2026-05-01 22:15:34 +10:00
parent 949ddb76e4
commit 9b30d99f03
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -31,6 +31,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