Skip to content

Commit efacd6d

Browse files
feat: system runtimes in git
1 parent ab498f0 commit efacd6d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

charts/cf-runtime/.ci/values-system-runtime.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ runtime:
1111
pvcs:
1212
dind:
1313
storageClassName: dind-ebs-csi-us-east-1a-workflows
14+
nodeSelector:
15+
node-type: dind
16+
topology.kubernetes.io/zone: us-east-1a
17+
tolerations:
18+
- key: codefresh.io
19+
operator: Equal
20+
value: dinds
21+
effect: NoSchedule
22+
engine:
23+
nodeSelector:
24+
node-type: engine
25+
topology.kubernetes.io/zone: us-east-1a
26+
tolerations:
27+
- key: codefresh.io
28+
operator: Equal
29+
value: engines
30+
effect: NoSchedule
1431
accounts:
1532
- 5672d8deb6724b6e359adf62 # codefresh-inc
1633

0 commit comments

Comments
 (0)