This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user