This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/rhasspy/wyoming-piper | patch | `b2963d6` -> `2f5de2c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
43 lines
799 B
YAML
43 lines
799 B
YAML
image:
|
|
repository: docker.io/rhasspy/wyoming-piper
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.6.3@sha256:2f5de2c89bfb87e7b625265315a9d9f6deb5db44cec3a3e9aa0087d002eac459
|
|
|
|
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"
|
|
max_piper_procs: 1
|
|
|
|
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
|