Skip to content

Commit

Permalink
use dedicated e2e nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco authored Oct 11, 2023
1 parent ae76583 commit 63745ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions banzai/tests/e2e-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ metadata:
labels:
app.kubernetes.io/name: banzai
spec:
tolerations:
- name: karpenter.lco.earth/provisioner-name
operator: Equal
value: banzai-e2e
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: karpenter.lco.earth/provisioner-name
operator: In
values:
- banzai-e2e

# Create some empty directories to be mounted within the Pod
volumes:
- name: banzai-data
Expand Down

0 comments on commit 63745ab

Please sign in to comment.