moved whisper to chimera
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 14s

This commit is contained in:
2025-05-25 17:06:33 +00:00
parent 5a9f1df663
commit 9f6312d40b

View File

@@ -1,4 +1,7 @@
# currently hosted on chimera k3s cluster
# Add nodeSelector to schedule the pod on specific nodes
# Example: only schedule on nodes labeled with kubernetes.io/hostname=chimera
# Adjust the key/value as needed for your cluster
apiVersion: apps/v1
kind: Deployment
@@ -12,11 +15,20 @@ spec:
selector:
matchLabels:
app: wyoming-whisper
template:
metadata:
labels:
app: wyoming-whisper
spec:
#nodeSelector:
#kubernetes.io/hostname: chimera-flashgordon
tolerations:
- key: "dedicated"
value: "reserved"
effect: "NoSchedule"
containers:
- name: wyoming-whisper
image: linuxserver/faster-whisper