From 223ba12b842c46dc8d3fe4932b0466f17716fd36 Mon Sep 17 00:00:00 2001 From: Michal Tuszowski Date: Fri, 17 Jul 2026 22:15:41 +0200 Subject: [PATCH] data fix --- astrololo/data.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/astrololo/data.yaml b/astrololo/data.yaml index ed247d6..f9fd437 100644 --- a/astrololo/data.yaml +++ b/astrololo/data.yaml @@ -26,12 +26,19 @@ spec: volumeMounts: - name: cache mountPath: /app/.cache + - name: excel + mountpath: /app/data_files + readOnly: true resources: requests: { cpu: "100m", memory: "256Mi" } limits: { cpu: "500m", memory: "512Mi" } volumes: - name: cache emptyDir: {} # cache ulotny; odbuduje siÄ™ po restarcie + - name: excel + nfs: + server: 192.168.1.34 + path: /mnt/Tank1/astrololo --- apiVersion: v1 kind: Service