ADD: limit pipeline execution to a specific set of nodes
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
parent
fbe5e38590
commit
6ff9861e6d
@ -5,6 +5,7 @@ platform:
|
||||
arch: amd64
|
||||
node_selector:
|
||||
kubernetes.io/arch: amd64
|
||||
federationhq.de/location: Blumendorf
|
||||
|
||||
volumes:
|
||||
- name: fedhq-ca-crt
|
||||
@ -32,6 +33,7 @@ platform:
|
||||
arch: arm64
|
||||
node_selector:
|
||||
kubernetes.io/arch: arm64
|
||||
federationhq.de/location: Blumendorf
|
||||
|
||||
volumes:
|
||||
- name: fedhq-ca-crt
|
||||
@ -57,6 +59,7 @@ type: kubernetes
|
||||
name: push
|
||||
node_selector:
|
||||
kubernetes.io/arch: amd64
|
||||
federationhq.de/location: Blumendorf
|
||||
|
||||
volumes:
|
||||
- name: fedhq-ca-crt
|
||||
|
Loading…
Reference in New Issue
Block a user