mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 08:34:22 +00:00
Update LEMMA_DB_URL to use SQLite connection string format in deployment.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user