Skip to content

Commit 3a171c8

Browse files
authored
fix kit infras timeouts and block device mappings (#283)
1 parent a9404fe commit 3a171c8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

infrastructure/k8s-config/clusters/kit-infrastructure/provisioner.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ spec:
99
aws-cdk:subnet-type: Private
1010
securityGroupSelector:
1111
kit.sh/stack: KITInfrastructure
12+
blockDeviceMappings:
13+
- deviceName: /dev/xvda
14+
ebs:
15+
volumeSize: 100Gi
16+
volumeType: gp3
1217
---
1318
apiVersion: karpenter.sh/v1alpha5
1419
kind: Provisioner

infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines/tekton.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ spec:
7979
data:
8080
default-task-run-workspace-binding: |
8181
emptyDir: {}
82+
default-timeout-minutes: "240"
8283
---
8384
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
8485
kind: Kustomization

0 commit comments

Comments
 (0)