43 lines
831 B
YAML
43 lines
831 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/rhasspy/wyoming-piper
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.2.2@sha256:c874e4a04657ae3381332ee5d0c8c70a310dae6722892840f530ac0890b44eb3
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10200
|
|
protocol: tcp
|
|
targetPort: 10200
|
|
|
|
wyoming_piper:
|
|
voice: en_US-lessac-medium
|
|
# custom_voice: ""
|
|
speaker: 0
|
|
length_scale: "1.0"
|
|
noise_scale: "0.667"
|
|
noise_w: "0.333"
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
port: 10200
|
|
type: tcp
|
|
readiness:
|
|
port: 10200
|
|
type: tcp
|
|
startup:
|
|
port: 10200
|
|
type: tcp
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /data
|