mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Specify lemma db path
This commit is contained in:
@@ -39,8 +39,8 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: lemma-secrets
|
name: lemma-secrets
|
||||||
key: jwt-signing-key
|
key: jwt-signing-key
|
||||||
- name: LEMMA_LOG_LEVEL
|
- name: LEMMA_DB_PATH
|
||||||
value: "debug"
|
value: /data/lemma.db
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: lemma-data
|
- name: lemma-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|||||||
Reference in New Issue
Block a user