Update LEMMA_DB_URL to use SQLite connection string format in deployment.yaml

This commit is contained in:
2025-09-27 18:36:12 +02:00
parent 864d7ee4dc
commit 1170dcaf72

View File

@@ -40,7 +40,7 @@ spec:
name: lemma-secrets
key: jwt-signing-key
- name: LEMMA_DB_URL
value: /data/lemma.db
value: sqlite:///data/lemma.db
volumeMounts:
- name: lemma-data
mountPath: /data