1 Commits
Author SHA1 Message Date
Renovate 515862602a Update ghcr.io/remsky/kokoro-fastapi-cpu Docker tag to v0.7.1 2026-08-03 02:01:30 +00:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ metadata:
name: gitea-valkey-primary-lvmhdd-0 name: gitea-valkey-primary-lvmhdd-0
namespace: openebs namespace: openebs
spec: spec:
capacity: "2147483648" capacity: 1Gi
ownerNodeID: anapistula-delrosalae ownerNodeID: anapistula-delrosalae
shared: "yes" shared: "yes"
thinProvision: "no" thinProvision: "no"
@@ -20,7 +20,7 @@ metadata:
name: gitea-valkey-primary-lvmhdd-0 name: gitea-valkey-primary-lvmhdd-0
spec: spec:
capacity: capacity:
storage: 2Gi storage: 1Gi
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
persistentVolumeReclaimPolicy: Retain persistentVolumeReclaimPolicy: Retain
@@ -41,6 +41,6 @@ spec:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 2Gi storage: 1Gi
storageClassName: hdd-lvmpv storageClassName: hdd-lvmpv
volumeName: gitea-valkey-primary-lvmhdd-0 volumeName: gitea-valkey-primary-lvmhdd-0
+1 -1
View File
@@ -21,7 +21,7 @@ spec:
# OpenAI-compatible Kokoro-FastAPI TTS server, CPU PyTorch backend. # OpenAI-compatible Kokoro-FastAPI TTS server, CPU PyTorch backend.
# Models baked into the image (no PVC needed). # Models baked into the image (no PVC needed).
# v0.3.0 includes fix for per-request voice tensor memory leak (#459). # v0.3.0 includes fix for per-request voice tensor memory leak (#459).
image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.7.2 image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.7.1
ports: ports:
- containerPort: 8880 - containerPort: 8880
name: http name: http