Merge branch 'main' of ssh://gitea.service.nr5:2222/chaos/nomad-nummer5
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
2024-10-29 10:36:36 +01:00
2 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ job "drone-runner" {
"nummer5", "nummer5",
] ]
type = "service" type = "service"
node_pool = "sys" node_pool = "apps"
group "apps" { group "apps" {
count = 1 count = 1
@@ -47,8 +47,7 @@ job "drone-runner" {
privileged = true privileged = true
volumes = [ volumes = [
"/var/run/podman/podman.sock:/var/run/docker.sock", "/var/run/podman/podman.sock:/var/run/docker.sock",
"/etc/containers:/etc/containers", "/etc/containers:/etc/containers"
"/etc/resolv.conf:/etc/resolv.conf"
] ]
} }
@@ -74,7 +73,6 @@ job "drone-runner" {
DRONE_UI_USERNAME = "root" DRONE_UI_USERNAME = "root"
DRONE_UI_PASSWORD = "root" DRONE_UI_PASSWORD = "root"
DRONE_RUNNER_CLONE_IMAGE = "drone/git" DRONE_RUNNER_CLONE_IMAGE = "drone/git"
DRONE_RUNNER_NETWORKS = "podman"
DRONE_RUNNER_VOLUMES = "/etc/resolv.conf:/etc/resolv.conf" DRONE_RUNNER_VOLUMES = "/etc/resolv.conf:/etc/resolv.conf"
} }

View File

@@ -14,7 +14,6 @@ job "drone" {
port "http" { port "http" {
to = 80 to = 80
} }
} }
service { service {