Created
November 18, 2019 12:49
-
-
Save Krishna1408/efd26f70a9832a039b5ab65760d4bd53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gitlabUrl: https://gitlab.com/ | |
runnerRegistrationToken: "<your token>" | |
unregisterRunners: true | |
concurrent: 15 | |
rbac: | |
create: true | |
clusterWideAccess: true | |
podAnnotations: | |
iam.amazonaws.com/role: <your kube2iam role> | |
resources: | |
limits: | |
memory: 256Mi | |
cpu: 200m | |
requests: | |
memory: 256Mi | |
cpu: 200m | |
envVars: | |
- name: KUBERNETES_POLL_TIMEOUT | |
value: 360 | |
- name: KUBERNETES_POLL_INTERVAL | |
value: 5 | |
runners: | |
privileged: true | |
cache: | |
cacheType: s3 | |
cacheShared: true | |
s3ServerAddress: s3.amazonaws.com | |
s3BucketName: gitlab-runner-cache-bucket | |
s3BucketLocation: us-central-1 | |
podAnnotations: | |
iam.amazonaws.com/role: <your kube2iam role> | |
nodeSelector: | |
k8s.io/nodegroup: nodes | |
builds: | |
cpuLimit: 2000m | |
memoryLimit: 4000Mi | |
cpuRequests: 500m | |
memoryRequests: 500Mi | |
services: | |
cpuLimit: 1500m | |
memoryLimit: 2000Mi | |
cpuRequests: 500m | |
memoryRequests: 256Mi | |
helpers: | |
cpuLimit: 250m | |
memoryLimit: 256Mi | |
cpuRequests: 250m | |
memoryRequests: 128Mi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment