apiVersion: v1 kind: ConfigMap metadata: name: gitea-runner-config namespace: geocrop data: config.yaml: | log: level: debug runner: file: .runner capacity: 4 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: type: docker options: "--add-host gitea.geocrop.svc.cluster.local:10.43.224.21" force_pull: true valid_volumes: - "/certs/client"