57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
# CONFIGURE ME
|
|
runnerRegistrationToken: <PUT YOUR TOKEN HERE>
|
|
gitlabUrl: https://gitlab.ducoterra.net/
|
|
|
|
# PRE-CONFIGURED
|
|
imagePullPolicy: IfNotPresent
|
|
unregisterRunners: true
|
|
terminationGracePeriodSeconds: 3600
|
|
concurrent: 10
|
|
checkInterval: 30
|
|
rbac:
|
|
clusterWideAccess: false
|
|
serviceAccountName: gitlab-runner
|
|
metrics:
|
|
enabled: true
|
|
runners:
|
|
image: debian:10
|
|
locked: false
|
|
privileged: false
|
|
pollTimeout: 180
|
|
outputLimit: 4096
|
|
cache: {}
|
|
builds:
|
|
cpuLimit: 1000m
|
|
cpuLimitOverwriteMaxAllowed: 2000m
|
|
memoryLimit: 1Gi
|
|
memoryLimitOverwriteMaxAllowed: 2Gi
|
|
cpuRequests: 1m
|
|
cpuRequestsOverwriteMaxAllowed: 200m
|
|
memoryRequests: 1Mi
|
|
memoryRequestsOverwriteMaxAllowed: 256Mi
|
|
services:
|
|
cpuLimit: 1000m
|
|
memoryLimit: 1Gi
|
|
cpuRequests: 1m
|
|
memoryRequests: 1Mi
|
|
helpers:
|
|
cpuLimit: 1000m
|
|
memoryLimit: 1Gi
|
|
cpuRequests: 1m
|
|
memoryRequests: 1Mi
|
|
securityContext:
|
|
fsGroup: 65533
|
|
runAsUser: 100
|
|
resources: {}
|
|
# limits:
|
|
# memory: "1Gi"
|
|
# cpu: "1"
|
|
# requests:
|
|
# memory: "1Mi"
|
|
# cpu: "1m"
|
|
affinity: {}
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
hostAliases: []
|
|
podAnnotations: {}
|
|
podLabels: {} |