diff --git a/testing1/first-cluster/apps/gitea/runner-deployment.yaml b/testing1/first-cluster/apps/gitea/runner-deployment.yaml index 73f42f1..f21d5c0 100644 --- a/testing1/first-cluster/apps/gitea/runner-deployment.yaml +++ b/testing1/first-cluster/apps/gitea/runner-deployment.yaml @@ -43,7 +43,13 @@ spec: - name: GITEA_RUNNER_NAME value: "kubernetes-runner" - name: GITEA_RUNNER_LABELS - value: "ubuntu-latest:docker://node:20-bullseye,ubuntu-22.04:docker://node:20-bullseye" + value: "ubuntu-latest:docker://catthehacker/ubuntu:act-latest,ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04" + - name: GITEA_RUNNER_ENV_DOCKER_HOST + value: tcp://localhost:2376 + - name: GITEA_RUNNER_ENV_DOCKER_CERT_PATH + value: /certs/client + - name: GITEA_RUNNER_ENV_DOCKER_TLS_VERIFY + value: "1" volumeMounts: - name: docker-certs mountPath: /certs