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
|
||||
volumeMounts:
|
||||
- name: lemma-data
|
||||
mountPath: /data
|
||||
mountPath: /app/data
|
||||
volumes:
|
||||
- name: lemma-data
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user