From c4065b15a3cc5b6981417dcc3c70c8d394c26d8d Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 6 May 2026 20:48:58 -0500 Subject: [PATCH] deploy(ttsreader): persist voice reference clips on pvc --- apps/fc-ttsreader/fc-ttsreader.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/fc-ttsreader/fc-ttsreader.yaml b/apps/fc-ttsreader/fc-ttsreader.yaml index 1636b3c..26b3bc1 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -611,6 +611,8 @@ spec: # the writable PVC mount. - name: TtsReader__Preview__CacheDirectory value: "/data/voice-previews" + - name: TtsReader__VoiceLibrary__ReferenceClip__Directory + value: "/data/voice-reference-clips" # Sprint E XXL Phase 4γ — content-addressed CDN bundle dir for # POST /api/v1/render. Default "wwwroot/cdn" resolves under the # read-only app filesystem, so pin to the writable PVC mount