Files
casa/services/wyoming/deploy/app/whisper-deployment.yaml
2026-06-07 21:30:56 +00:00

43 lines
1.0 KiB
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
namespace: wyoming
name: wyoming-whisper
labels:
app: wyoming-whisper
spec:
replicas: 1
selector:
matchLabels:
app: wyoming-whisper
template:
metadata:
labels:
app: wyoming-whisper
spec:
nodeSelector:
role: worker-node
containers:
- name: wyoming-whisper
### Maintained by flux - Image Update Automation
image: rhasspy/wyoming-whisper:latest@sha256:9501d2659eee83b6eead98d53842193e5fed011eda6c5b1c3ad36f3146b28fed # {"$imagepolicy": "wyoming:whisper"}
###
volumeMounts:
- mountPath: /data
name: data
args:
- --model
- small-int8
- --language
- pt
- --beam-size
- "4"
- --debug
ports:
- name: tcp-whisper
containerPort: 10300
volumes:
- name: data
persistentVolumeClaim:
claimName: wyoming-whisper