image: repository: tccr.io/truecharts/whisper-asr-webservice-cpu pullPolicy: IfNotPresent tag: v1.1.0@sha256:d23d734490bb8ae57d19d7c93965f213e9f96fb6f85b10c01f2f10ecec2e19f4 gpuImage: repository: tccr.io/truecharts/whisper-asr-webservice-gpu pullPolicy: IfNotPresent tag: v1.1.0@sha256:39851411e99bbc02488d994f9d077197d8ef536e251e941006f5e0f65cb55461 securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 workload: main: podSpec: containers: main: imageSelector: image probes: liveness: type: http path: "/docs" readiness: type: http path: "/docs" startup: type: http path: "/docs" env: ASR_MODEL: tiny ASR_ENGINE: faster_whisper service: main: ports: main: protocol: http targetPort: 9000 port: 19900 persistence: pip: enabled: true mountPath: "/root/.cache/pip" poetry: enabled: true mountPath: "/root/.cache/poetry" whisper: enabled: true mountPath: "/root/.cache/whisper" faster-whisper: enabled: true mountPath: "/root/.cache/faster_whisper" portal: open: enabled: true