Files
kubernetes/havoice/wyoming-whisper-deployment.yaml
T
2025-11-07 11:49:45 +00:00

47 lines
1.1 KiB
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert -f compose.yaml
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: wyoming-whisper
name: wyoming-whisper
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: wyoming-whisper
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: kompose convert -f compose.yaml
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: wyoming-whisper
spec:
containers:
- args:
- --model
- tiny
- --language
- de
env:
- name: TZ
value: Europe/Berlin
image: rhasspy/wyoming-whisper:2.5.0
name: ha-whisper
ports:
- containerPort: 10300
protocol: TCP
volumeMounts:
- mountPath: /data
name: wyoming-whisper-claim0
restartPolicy: Always
volumes:
- name: wyoming-whisper-claim0
persistentVolumeClaim:
claimName: wyoming-whisper-claim0