Merge branch 'main' of ssh://gitea.service.nr5:2222/chaos/nomad-nummer5
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
@@ -3,7 +3,7 @@ job "drone-runner" {
|
||||
"nummer5",
|
||||
]
|
||||
type = "service"
|
||||
node_pool = "sys"
|
||||
node_pool = "apps"
|
||||
|
||||
group "apps" {
|
||||
count = 1
|
||||
@@ -47,8 +47,7 @@ job "drone-runner" {
|
||||
privileged = true
|
||||
volumes = [
|
||||
"/var/run/podman/podman.sock:/var/run/docker.sock",
|
||||
"/etc/containers:/etc/containers",
|
||||
"/etc/resolv.conf:/etc/resolv.conf"
|
||||
"/etc/containers:/etc/containers"
|
||||
]
|
||||
|
||||
}
|
||||
@@ -74,7 +73,6 @@ job "drone-runner" {
|
||||
DRONE_UI_USERNAME = "root"
|
||||
DRONE_UI_PASSWORD = "root"
|
||||
DRONE_RUNNER_CLONE_IMAGE = "drone/git"
|
||||
DRONE_RUNNER_NETWORKS = "podman"
|
||||
DRONE_RUNNER_VOLUMES = "/etc/resolv.conf:/etc/resolv.conf"
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ job "drone" {
|
||||
port "http" {
|
||||
to = 80
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
service {
|
||||
|
||||
Reference in New Issue
Block a user