1
0
Fork 0

20125: Pin to amd64 nodes

There is no ARM build of the 20125 `status-server`, so we have to pin
the pod to amd64 nodes to prevent it from being scheduled on a Raspberry
Pi.
pull/74/head
Dustin 2025-07-27 18:18:37 -05:00
parent 921fadc44b
commit b989a7898e
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ spec:
name: config
subPath: config.yml
readOnly: True
nodeSelector:
kubernetes.io/arch: amd64
imagePullSecrets:
- name: imagepull-gitea
volumes: