Skip to content
Snippets Groups Projects
Commit 5dae2220 authored by Helmut Hutzler's avatar Helmut Hutzler
Browse files

New runner config with Minio Caching

parent f6116b62
Branches
No related tags found
No related merge requests found
Pipeline #8971 canceled
......@@ -104,13 +104,13 @@ data:
check_interval = 30
log_level = "info"
config.template.toml: |
[[runners]]
[runners.kubernetes]
namespace = "gitlab-runner-ns"
image = "ubuntu:16.04"
register-the-runner: |
#!/bin/bash
......@@ -211,7 +211,7 @@ spec:
checksum/configmap: c89b730e58e54e184a7540b77741eb6828c22fd5e31e3da1aff90aceea1e6a61
checksum/secrets: fb396a24f5907af003946c5a491c0357f46fc69b161025ece63760674c591922
spec:
securityContext:
securityContext:
fsGroup: 65533
runAsUser: 100
terminationGracePeriodSeconds: 3600
......@@ -220,7 +220,7 @@ spec:
- name: gitlab-runner
image: registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v15.3.0
imagePullPolicy: "IfNotPresent"
securityContext:
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
......@@ -238,7 +238,7 @@ spec:
command: ["/entrypoint", "unregister", "--all-runners"]
command: ["/usr/bin/dumb-init", "--", "/bin/bash", "/configmaps/entrypoint"]
env:
- name: CI_SERVER_URL
value: "https://git.informatik.fh-nuernberg.de/"
- name: CLONE_URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment