Files
casa/services/wyoming/deploy/app/piper-deployment.yaml
T
Márcio Fernandes d1b0538bde modified: services/wyoming/deploy/app/kustomization.yaml
modified:   services/wyoming/deploy/app/piper-deployment.yaml
deleted:    services/wyoming/deploy/app/pvc.yaml
new file:   services/wyoming/deploy/app/storage.yaml
2026-07-13 14:06:31 +00:00

37 lines
919 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
namespace: wyoming
name: wyoming-piper
labels:
app: wyoming-piper
spec:
replicas: 1
selector:
matchLabels:
app: wyoming-piper
template:
metadata:
labels:
app: wyoming-piper
spec:
nodeSelector:
role: worker-node
containers:
- name: wyoming-piper
### Maintained by flux - Image Update Automation
image: rhasspy/wyoming-piper:latest@sha256:c874e4a04657ae3381332ee5d0c8c70a310dae6722892840f530ac0890b44eb3 # {"$imagepolicy": "wyoming:piper"}
###
volumeMounts:
- mountPath: /data
name: data
args:
- --voice
- en-gb-southern_english_female-low
ports:
- containerPort: 10200
volumes:
- name: data
persistentVolumeClaim:
claimName: wyoming-piper