Skip to content

Commit

Permalink
chore: increase limits for tekton tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Dec 13, 2023
1 parent 3985ead commit 5deb83a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tkn/infra-aws-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ spec:
memory: "200Mi"
cpu: "100m"
limits:
memory: "400Mi"
cpu: "200m"
memory: "600Mi"
cpu: "300m"

workspaces:
- name: storage
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ spec:
memory: "200Mi"
cpu: "100m"
limits:
memory: "400Mi"
cpu: "200m"
memory: "600Mi"
cpu: "300m"

workspaces:
- name: storage
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ spec:
memory: "200Mi"
cpu: "100m"
limits:
memory: "400Mi"
cpu: "200m"
memory: "600Mi"
cpu: "300m"

workspaces:
- name: storage
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-windows-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ spec:
memory: "200Mi"
cpu: "100m"
limits:
memory: "400Mi"
cpu: "200m"
memory: "600Mi"
cpu: "300m"

workspaces:
- name: storage
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-azure-windows-desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ spec:
memory: "200Mi"
cpu: "100m"
limits:
memory: "400Mi"
cpu: "200m"
memory: "600Mi"
cpu: "300m"

workspaces:
- name: pipelines-data
Expand Down

0 comments on commit 5deb83a

Please sign in to comment.