Gluttony-Cluster/api/fast-whisper/fast-whisper.yaml
Tyler Perkins 58b155d22e
All checks were successful
continuous-integration/drone/push Build is passing
Increase no data timeout
2024-07-03 20:46:12 -04:00

30 lines
587 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: fast-whisper
namespace: api-ns
labels:
app: fast-whisper
spec:
replicas: 1
selector:
matchLabels:
app: fast-whisper
template:
metadata:
labels:
app: fast-whisper
spec:
runtimeClassName: nvidia
containers:
- name: fast-whisper
image: fedirz/faster-whisper-server:latest-cuda
ports:
- containerPort: 8000
resources:
limits:
nvidia.com/gpu: 1
env:
- name: MAX_NO_DATA_SECONDS
value: "100.0"