From ffef5c9126a44237fb18e3e44350b70d871fd0f4 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Thu, 23 Apr 2026 13:06:17 -0500 Subject: [PATCH] Deploy TTS Reader annotation timeout fix --- apps/fc-ttsreader/fc-ttsreader.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/fc-ttsreader/fc-ttsreader.yaml b/apps/fc-ttsreader/fc-ttsreader.yaml index 65ce5fc..db71963 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -46,7 +46,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-ttsreader-web:v20260423124615 + image: localhost/fc-ttsreader-web:v20260423130525 imagePullPolicy: Never ports: - containerPort: 5217 @@ -74,6 +74,8 @@ spec: value: "http://10.0.57.17:11434" - name: TtsReader__Ollama__DefaultModel value: "gemma3:4b" + - name: TtsReader__Ollama__TimeoutSeconds + value: "45" - name: TtsReader__Runtime__LogsRoot value: "/data/logs" - name: TtsReader__Runtime__SmokeStatePath