Welcome to mirror list, hosted at ThFree Co, Russian Federation.

values.yaml « runner « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7e2e24acafe0270d5987b50f25a53dd0167022f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Configure the maximum number of concurrent jobs
## - Documentation: https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-global-section
## - Default value: 10
## - Currently don't support auto-scaling.
concurrent: 4

## Defines in seconds how often to check GitLab for a new builds
## - Documentation: https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-global-section
## - Default value: 3
checkInterval: 3

## For RBAC support
rbac:
  create: false
  clusterWideAccess: false

## Configuration for the Pods that that the runner launches for each new job
##
runners:
  image: ubuntu:16.04
  privileged: false
  builds: {}
  services: {}
  helpers: {}
resources: {}