fluxcd: wyoming
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
|
||||
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 # {"$imagepolicy": "wyoming:piper"}
|
||||
###
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user