aboutsummaryrefslogtreecommitdiff
path: root/kube/alrest/faster-whisper/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kube/alrest/faster-whisper/deployment.yaml')
-rw-r--r--kube/alrest/faster-whisper/deployment.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/kube/alrest/faster-whisper/deployment.yaml b/kube/alrest/faster-whisper/deployment.yaml
new file mode 100644
index 0000000..9127ead
--- /dev/null
+++ b/kube/alrest/faster-whisper/deployment.yaml
@@ -0,0 +1,22 @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: faster-whisper
+spec:
+ replicas: 1
+ selector:
+ matchLabels:
+ app: faster-whisper
+ template:
+ metadata:
+ labels:
+ app: faster-whisper
+ spec:
+ runtimeClassName: nvidia
+ nodeSelector:
+ xeiaso.net/gpu: rtx2060-6gb
+ containers:
+ - name: main
+ image: fedirz/faster-whisper-server:latest-cuda
+ ports:
+ - containerPort: 8000 \ No newline at end of file