diff --git a/ansible/tasks/gitea-runner.yml b/ansible/tasks/gitea-runner.yml index 4b94229..b6c5474 100644 --- a/ansible/tasks/gitea-runner.yml +++ b/ansible/tasks/gitea-runner.yml @@ -41,4 +41,4 @@ GITEA_INSTANCE_URL: "https://git.comprofix.com" GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}" GITEA_RUNNER_NAME: "gtar-runner" - GITEA_RUNNER_LABELS: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-trixie,gtar-latest:docker://git.comprofix.com/mmckinnon/debian-latest:latest" \ No newline at end of file + GITEA_RUNNER_LABELS: "alpine-latest:docker://git.comprofix.com/mmckinnon/alpine-runner:latest,ubuntu-latest:docker://node:22-trixie,gtar-latest:docker://git.comprofix.com/mmckinnon/debian-latest:latest" \ No newline at end of file diff --git a/opentofu/200-gtar.tf b/opentofu/200-gtar.tf index 8ee6643..60c8d19 100644 --- a/opentofu/200-gtar.tf +++ b/opentofu/200-gtar.tf @@ -18,12 +18,12 @@ resource "proxmox_lxc" "gtar" { ${var.ssh_key} EOF - memory = "4096" + memory = "8192" swap = "512" rootfs { storage = "local" - size = "8G" + size = "20G" } features {