geocrop-platform./k8s/base/gitea-runner-config.yaml

32 lines
789 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-runner-config
namespace: geocrop
data:
config.yaml: |
log:
level: info
runner:
file: .runner
capacity: 1
timeout: 3h
fetch_timeout: 5s
fetch_interval: 2s
labels:
- "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
- "ubuntu-24.04:docker://docker.gitea.com/runner-images:ubuntu-24.04"
- "ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
cache:
enabled: true
dir: ""
host: ""
port: 0
container:
privileged: true
valid_volumes:
- "**"
docker_host: "unix:///var/run/docker.sock"
options: "-v /var/run/docker.sock:/var/run/docker.sock"
force_pull: true