Skip to content

Commit

Permalink
update default buildkit-values
Browse files Browse the repository at this point in the history
  • Loading branch information
akashg3627 committed Nov 22, 2024
1 parent afde7c6 commit f09f8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-buildkitd-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tfy-buildkitd-service
description: Buildkitd service chart
type: application
version: 0.2.1-rc.1
version: 0.2.1
appVersion: "0.16.0"
maintainers:
- name: truefoundry
10 changes: 5 additions & 5 deletions charts/tfy-buildkitd-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildkitConfig: |
enabled = true
gc = true
gckeepstorage = "107400000000"
max-parallelism = 4
max-parallelism = 3
[[worker.oci.gcpolicy]]
Expand Down Expand Up @@ -119,12 +119,12 @@ service:
##
resources:
limits:
cpu: 3500m
memory: 13.2Gi
cpu: 2000m
memory: 8Gi
ephemeral-storage: 100Mi
requests:
cpu: 3500m
memory: 13.2Gi
cpu: 2000m
memory: 8Gi
ephemeral-storage: 100Mi

## @param extraVolumes List of Volumes to attach to tfyBuildkitdService container
Expand Down

0 comments on commit f09f8a4

Please sign in to comment.