Skip to content

Commit

Permalink
change max shape to match main node pool
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy committed Mar 7, 2025
1 parent c0ff14f commit 3c6d2ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: oracle-64cpu-384gb-x86-64
name: oracle-24cpu-384gb-x86-64
namespace: argocd
spec:
project: default
Expand All @@ -10,9 +10,9 @@ spec:
repoURL: ghcr.io/actions/actions-runner-controller-charts
targetRevision: 0.10.1
helm:
releaseName: oracle-64cpu-384gb-x86-64
releaseName: oracle-24cpu-384gb-x86-64
valueFiles:
- $values/ci/cluster/oci/runners/64cpu-384gb/values.yaml
- $values/ci/cluster/oci/runners/24cpu-384gb/values.yaml
- repoURL: 'https://github.com/cncf/automation.git'
targetRevision: main
ref: values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ template:
resources:
requests:
memory: 384Gi
cpu: 64
cpu: 24
limits:
memory: 392Gi
cpu: 68
cpu: 26
- name: dind
image: docker:dind
args:
Expand Down

0 comments on commit 3c6d2ad

Please sign in to comment.