mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Fix volume path
This commit is contained in:
@@ -43,7 +43,7 @@ spec:
|
|||||||
value: sqlite:///data/lemma.db
|
value: sqlite:///data/lemma.db
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: lemma-data
|
- name: lemma-data
|
||||||
mountPath: /data
|
mountPath: /app/data
|
||||||
volumes:
|
volumes:
|
||||||
- name: lemma-data
|
- name: lemma-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user