From 06b569fda85238686969534ed5ee26b6bd22a786 Mon Sep 17 00:00:00 2001 From: Michal Tuszowski Date: Fri, 17 Jul 2026 22:21:47 +0200 Subject: [PATCH] data fix --- astrololo/data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrololo/data.yaml b/astrololo/data.yaml index f9fd437..46e093a 100644 --- a/astrololo/data.yaml +++ b/astrololo/data.yaml @@ -27,7 +27,7 @@ spec: - name: cache mountPath: /app/.cache - name: excel - mountpath: /app/data_files + mountPath: /app/data_files readOnly: true resources: requests: { cpu: "100m", memory: "256Mi" }