Skip to content

Commit ec996b1

Browse files
committed
buildah
1 parent 712fe25 commit ec996b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kubernetes/infra/manifests/gitlab-runner/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gitlab-runner:
1919
name = "kubernetes-runner-{{.index}}"
2020
executor = "kubernetes"
2121
output_limit = 16384
22+
request_concurrency = 3
2223
2324
[runners.kubernetes]
2425
namespace = "{{.Release.Namespace}}"
@@ -57,6 +58,8 @@ gitlab-runner:
5758
[[runners.kubernetes.volumes.pvc]]
5859
name = "gitlab-runner-cache"
5960
mount_path = "/cache"
61+
read_only = false
62+
mount_propagation = "HostToContainer"
6063
6164
rbac:
6265
create: true

0 commit comments

Comments
 (0)