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

47 lines
904 B
YAML

image:
repository: tccr.io/truecharts/wyoming-whisper
pullPolicy: IfNotPresent
tag: vlatest@sha256:e743a5a69808756571d8025224da1f6c66a39a510ae4abd1308955df0938c107
wyoming_whisper:
model: tiny-int8
language: en
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
port: 10300
scheme: tcp
readiness:
port: 10300
scheme: tcp
startup:
port: 10300
scheme: tcp
args:
- --model
- "{{ .Values.wyoming_whisper.model }}"
- --language
- "{{ .Values.wyoming_whisper.language }}"
service:
main:
ports:
main:
port: 10300
protocol: tcp
targetPort: 10300
persistence:
config:
enabled: true
mountPath: /data
portal:
open:
enabled: false