mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Update deployment.yaml
This commit is contained in:
@@ -40,7 +40,7 @@ spec:
|
|||||||
name: lemma-secrets
|
name: lemma-secrets
|
||||||
key: jwt-signing-key
|
key: jwt-signing-key
|
||||||
- name: LEMMA_DB_URL
|
- name: LEMMA_DB_URL
|
||||||
value: sqlite:///data/lemma.db
|
value: sqlite:///app/data/lemma.db
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: lemma-data
|
- name: lemma-data
|
||||||
mountPath: /app/data
|
mountPath: /app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user