TrueChartsClone/charts/incubator/wyoming-piper/values.yaml

44 lines
809 B
YAML

image:
repository: tccr.io/truecharts/wyoming-piper
pullPolicy: IfNotPresent
tag: v0.0.2@sha256:f005182e6f3d661f59319c738569e399e519ac1ee92a603a696ca36806f049e7
wyoming_piper:
voice: en-us-lessac-low
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
port: 10200
scheme: tcp
readiness:
port: 10200
scheme: tcp
startup:
port: 10200
scheme: tcp
args:
- --voice
- "{{ .Values.wyoming_piper.voice }}"
service:
main:
ports:
main:
port: 10200
protocol: tcp
targetPort: 10200
persistence:
config:
enabled: true
mountPath: /data
portal:
open:
enabled: false