diff --git a/apps/intranet/intranet.yaml b/apps/intranet/intranet.yaml index 8753e48..79b0818 100644 --- a/apps/intranet/intranet.yaml +++ b/apps/intranet/intranet.yaml @@ -37,7 +37,7 @@ spec: spec: containers: - name: intranet-web - image: localhost/fc-intranet-web:v20260427-newpages-and-topology + image: localhost/fc-intranet-web:v20260427-2353 imagePullPolicy: Never ports: - containerPort: 5300 @@ -52,6 +52,13 @@ spec: # in minutes. Memory: feedback_pi5_nomic_embed_slow. - name: IntranetSearch__OllamaBaseUrl value: "http://10.0.56.20:11434" + # Sprint E Phase 2α — JSON-file-backed PageReadingOverride persistence + # on the writable PVC at /data. Without this env var the + # intranet falls back to the in-memory store (loses state on + # pod restart). Master's PageReadingOverrideOptions binds + # PageReadingOverrides:FilePath. + - name: PageReadingOverrides__FilePath + value: "/data/page-reading-overrides.json" resources: requests: memory: "256Mi"