From dd51f7d162c0174255fc0c5289a988b9a8715a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Thu, 23 Oct 2025 15:47:04 +0200 Subject: [PATCH] Fix volume path --- apps/base/lemma/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/lemma/deployment.yaml b/apps/base/lemma/deployment.yaml index 878ea21..ed3399b 100644 --- a/apps/base/lemma/deployment.yaml +++ b/apps/base/lemma/deployment.yaml @@ -43,8 +43,8 @@ spec: value: sqlite:///data/lemma.db volumeMounts: - name: lemma-data - mountPath: /data + mountPath: /app/data volumes: - name: lemma-data persistentVolumeClaim: - claimName: lemma-pvc \ No newline at end of file + claimName: lemma-pvc