TrueChartsCatalogClone/stable/wyoming-whisper/1.0.1/ix_values.yaml

47 lines
904 B
YAML
Raw Normal View History

2023-08-01 09:25:32 +00:00
image:
repository: tccr.io/truecharts/wyoming-whisper
pullPolicy: IfNotPresent
tag: vlatest@sha256:e9ab09b06cfba80f43d4f8c7104e4170ad3898ff8ee6d9b5eea16199200625e1
2023-08-01 09:25:32 +00:00
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