From 6f27e775f237b85eee693329023d136ed62b389e Mon Sep 17 00:00:00 2001 From: funman300 Date: Tue, 7 Jul 2026 15:47:28 -0700 Subject: [PATCH] chore(deploy): mount theme store at /data/theme_store Points THEME_STORE_DIR at the existing solitaire-db PVC so catalog content survives pod restarts. Scan is startup-only; restart the deployment after adding zips. Co-Authored-By: Claude Fable 5 --- deploy/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 24124dc..4198172 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -34,6 +34,11 @@ spec: key: jwt-secret - name: SERVER_PORT value: "8080" + # Theme-store catalog directory on the persistent volume. + # Scanned once at startup — after dropping new theme zips + # into /data/theme_store, restart the deployment. + - name: THEME_STORE_DIR + value: /data/theme_store volumeMounts: - name: db-data mountPath: /data