Files
local.realm.havoice/havoice-whisper-deployment.yaml

48 lines
1.2 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: havoice-whisper
name: havoice-whisper
namespace: havoice
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: havoice-whisper
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: kompose convert -f compose.yaml
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: havoice-whisper
spec:
containers:
- args:
- --model
- medium-int8
- --language
- de
env:
- name: TZ
value: Europe/Berlin
image: rhasspy/wyoming-whisper:3.1.0
name: havoice-whisper
ports:
- containerPort: 10300
protocol: TCP
volumeMounts:
- mountPath: /data
name: havoice-whisper-claim
restartPolicy: Always
volumes:
- name: havoice-whisper-claim
persistentVolumeClaim:
claimName: havoice-whisper-claim