Skip to content

Commit

Permalink
fix: degit memory (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Oct 1, 2024
1 parent f6e94bc commit c2cc111
Show file tree
Hide file tree
Showing 18 changed files with 147 additions and 159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: harbor.fabrique.social.gouv.fr/test-app-simple-options/app:sha-ffac537e6cbbf934b08745a378932722df287a53
Expand Down Expand Up @@ -612,11 +612,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.181.4
command:
Expand Down
8 changes: 4 additions & 4 deletions packages/kontinuous/tests/__snapshots__/include-file.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: debian:stable
Expand Down
16 changes: 4 additions & 12 deletions packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,8 @@ spec:
- name: workspace
mountPath: /workspace
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
limits: {}
requests: {}
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -421,12 +417,8 @@ spec:
- name: workspace
mountPath: /workspace
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
limits: {}
requests: {}
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,8 @@ spec:
- name: workspace
mountPath: /workspace
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
limits: {}
requests: {}
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -747,11 +747,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down
16 changes: 8 additions & 8 deletions packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -745,11 +745,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down
16 changes: 8 additions & 8 deletions packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: debian:stable
Expand Down Expand Up @@ -279,11 +279,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: debian:stable
Expand Down
16 changes: 8 additions & 8 deletions packages/kontinuous/tests/__snapshots__/output.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: debian:stable
Expand Down Expand Up @@ -311,11 +311,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: debian:stable
Expand Down
40 changes: 20 additions & 20 deletions packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -463,11 +463,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -740,11 +740,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -1013,11 +1013,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -1749,11 +1749,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.181.4
command:
Expand Down
32 changes: 16 additions & 16 deletions packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -458,11 +458,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -735,11 +735,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down Expand Up @@ -1008,11 +1008,11 @@ spec:
mountPath: /workspace
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 64m
memory: 32Mi
cpu: 500m
memory: 1Gi
containers:
- name: job
image: moby/buildkit:v0.13.0-rootless
Expand Down
Loading

0 comments on commit c2cc111

Please sign in to comment.