deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
Showing only changes of commit 836ce605b6 - Show all commits

View File

@ -75,9 +75,31 @@ spec:
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /config mountPath: /config
nodeSelector: affinity:
accelerator: nvidia nodeAffinity:
kubernetes.io/arch: arm64 preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- titan-22
- weight: 80
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- titan-20
- titan-21
- weight: 60
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- titan-24
securityContext: securityContext:
runAsUser: 1000 runAsUser: 1000
fsGroup: 65532 fsGroup: 65532