diff options
| -rw-r--r-- | .github/arc_config/values.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/arc_config/values.yaml b/.github/arc_config/values.yaml index f7f8a4e23..023e62b86 100644 --- a/.github/arc_config/values.yaml +++ b/.github/arc_config/values.yaml @@ -195,6 +195,9 @@ template: - name: runner image: ghcr.io/actions/actions-runner:latest command: ["/home/runner/run.sh"] + resources: + requests: + cpu: 31 ## Optional controller service account that needs to have required Role and RoleBinding ## to operate this gha-runner-scale-set installation. |
