deploy #10

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

View File

@ -81,6 +81,20 @@ spec:
- name: custom-config-volume - name: custom-config-volume
mountPath: /etc/coredns/custom mountPath: /etc/coredns/custom
readOnly: true readOnly: true
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: hardware
operator: In
values:
- rpi5
- rpi4
- key: node-role.kubernetes.io/worker
operator: In
values:
- "true"
dnsPolicy: Default dnsPolicy: Default
nodeSelector: nodeSelector:
kubernetes.io/os: linux kubernetes.io/os: linux