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
parent
921fadc44b
commit
b989a7898e
|
@ -38,6 +38,8 @@ spec:
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
readOnly: True
|
readOnly: True
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: imagepull-gitea
|
- name: imagepull-gitea
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue