Skip to content

Commit acbff4e

Browse files
committed
fix requests/limits
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
1 parent a758b9f commit acbff4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ci/cluster/oci-arm64/runners/2cpu-8gb/install.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,11 @@ spec:
327327
name: runner
328328
resources:
329329
limits:
330-
cpu: 2
331-
memory: 8Gi
332-
requests:
333330
cpu: 4
334331
memory: 12Gi
332+
requests:
333+
cpu: 2
334+
memory: 8Gi
335335
volumeMounts:
336336
- mountPath: /home/runner/_work
337337
name: work

ci/cluster/oci/runners/4cpu-16gb/install.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,11 @@ spec:
327327
name: runner
328328
resources:
329329
limits:
330-
cpu: 4
331-
memory: 16Gi
332-
requests:
333330
cpu: 6
334331
memory: 20Gi
332+
requests:
333+
cpu: 4
334+
memory: 16Gi
335335
volumeMounts:
336336
- mountPath: /home/runner/_work
337337
name: work

0 commit comments

Comments
 (0)