This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
# currently hosted on chimera k3s cluster
|
# 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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
@@ -12,11 +15,20 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: wyoming-whisper
|
app: wyoming-whisper
|
||||||
|
|
||||||
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: wyoming-whisper
|
app: wyoming-whisper
|
||||||
spec:
|
spec:
|
||||||
|
#nodeSelector:
|
||||||
|
#kubernetes.io/hostname: chimera-flashgordon
|
||||||
|
tolerations:
|
||||||
|
- key: "dedicated"
|
||||||
|
value: "reserved"
|
||||||
|
effect: "NoSchedule"
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: wyoming-whisper
|
- name: wyoming-whisper
|
||||||
image: linuxserver/faster-whisper
|
image: linuxserver/faster-whisper
|
||||||
|
|||||||
Reference in New Issue
Block a user