modified: services/wyoming/docker-compose.yaml
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 29s

modified:   services/wyoming/whisper.kubernetes-deployment.yaml
This commit is contained in:
2025-08-03 21:08:33 +00:00
parent d5acdaf044
commit 29aa862cb7
2 changed files with 13 additions and 13 deletions

View File

@@ -1,15 +1,15 @@
services: services:
# whisper: whisper:
# image: linuxserver/faster-whisper image: linuxserver/faster-whisper # this whisper is not really used.. using an pof on chimera, for better performance
# restart: unless-stopped restart: unless-stopped
# volumes: volumes:
# - whisper_data:/data - whisper_data:/data
# ports: ports:
# - 10300:10300 - 10300:10300
# environment: environment:
# - TZ=Europe/Lisbon - TZ=Europe/Lisbon
# - WHISPER_MODEL=small-int8 - WHISPER_MODEL=small-int8
# - WHISPER_LANG=pt - WHISPER_LANG=pt
piper: piper:
image: rhasspy/wyoming-piper image: rhasspy/wyoming-piper
restart: unless-stopped restart: unless-stopped

View File

@@ -22,8 +22,8 @@ spec:
labels: labels:
app: wyoming-whisper app: wyoming-whisper
spec: spec:
#nodeSelector: nodeSelector:
#kubernetes.io/hostname: chimera-flashgordon kubernetes.io/hostname: chimera-flashgordon
tolerations: tolerations:
- key: "dedicated" - key: "dedicated"
value: "reserved" value: "reserved"