Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Created May 8, 2020 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virtualhobbit/a3d7a733d23e8151de07b709d84c2ab4 to your computer and use it in GitHub Desktop.
Save virtualhobbit/a3d7a733d23e8151de07b709d84c2ab4 to your computer and use it in GitHub Desktop.
## GitLab Runner Image
imagePullPolicy: IfNotPresent
gitlabUrl: https://<insert GitLab server name here>
runnerRegistrationToken: <insert registration token here>
unregisterRunners: true
terminationGracePeriodSeconds: 3600
certsSecretName: gitlab-domain-cert
concurrent: 10
checkInterval: 30
## For RBAC support:
rbac:
create: true
clusterWideAccess: false
metrics:
enabled: false
runners:
image: ubuntu:18.04
privileged: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment