File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ci/cluster/oci/runners/24cpu-384gb Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : argoproj.io/v1alpha1
2
2
kind : Application
3
3
metadata :
4
- name : oracle-64cpu -384gb-x86-64
4
+ name : oracle-24cpu -384gb-x86-64
5
5
namespace : argocd
6
6
spec :
7
7
project : default
10
10
repoURL : ghcr.io/actions/actions-runner-controller-charts
11
11
targetRevision : 0.10.1
12
12
helm :
13
- releaseName : oracle-64cpu -384gb-x86-64
13
+ releaseName : oracle-24cpu -384gb-x86-64
14
14
valueFiles :
15
- - $values/ci/cluster/oci/runners/64cpu -384gb/values.yaml
15
+ - $values/ci/cluster/oci/runners/24cpu -384gb/values.yaml
16
16
- repoURL : ' https://github.com/cncf/automation.git'
17
17
targetRevision : main
18
18
ref : values
Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ template:
176
176
resources :
177
177
requests :
178
178
memory : 384Gi
179
- cpu : 64
179
+ cpu : 24
180
180
limits :
181
181
memory : 392Gi
182
- cpu : 68
182
+ cpu : 26
183
183
- name : dind
184
184
image : docker:dind
185
185
args :
You can’t perform that action at this time.
0 commit comments