diff --git a/jobs/nginx/atlas.hcl b/jobs/nginx/atlas.hcl index 0f1b5a7..81c334c 100644 --- a/jobs/nginx/atlas.hcl +++ b/jobs/nginx/atlas.hcl @@ -1,6 +1,6 @@ job "atlas" { datacenters = ["aperture"] - type = "service" + type = "service" meta { git-sha = "" @@ -19,10 +19,10 @@ job "atlas" { port = "http" check { - type = "http" - path = "/" + type = "http" + path = "/" interval = "10s" - timeout = "2s" + timeout = "2s" } tags = [ @@ -40,8 +40,9 @@ job "atlas" { driver = "docker" config { - image = "ghcr.io/redbrick/atlas:latest" - ports = ["http"] + image = "ghcr.io/redbrick/atlas:latest" + ports = ["http"] + force_pull = true } resources { diff --git a/jobs/nginx/cawnj-test.hcl b/jobs/nginx/cawnj-test.hcl index 19ae525..22d7f55 100644 --- a/jobs/nginx/cawnj-test.hcl +++ b/jobs/nginx/cawnj-test.hcl @@ -20,10 +20,10 @@ job "cawnj-test" { port = "http" check { - type = "http" - path = "/" + type = "http" + path = "/" interval = "10s" - timeout = "2s" + timeout = "2s" } tags = [ "traefik.enable=true", diff --git a/jobs/nginx/karting.hcl b/jobs/nginx/karting.hcl index b861f5a..49b100c 100644 --- a/jobs/nginx/karting.hcl +++ b/jobs/nginx/karting.hcl @@ -20,10 +20,10 @@ job "nginx-karting" { port = "http" check { - type = "http" - path = "/" + type = "http" + path = "/" interval = "10s" - timeout = "2s" + timeout = "2s" } tags = [ "traefik.enable=true", diff --git a/jobs/nginx/nginx.hcl b/jobs/nginx/nginx.hcl index e0f59ce..2e08977 100644 --- a/jobs/nginx/nginx.hcl +++ b/jobs/nginx/nginx.hcl @@ -5,7 +5,7 @@ job "nginx" { group "aperture" { count = 3 - + network { port "http" { to = "80" @@ -20,14 +20,14 @@ job "nginx" { port = "http" check { - type = "http" - path = "/" + type = "http" + path = "/" interval = "10s" - timeout = "2s" - } + timeout = "2s" + } tags = [ "traefik.enable=true", - "traefik.http.routers.nginx-aperture.rule=Host(`aperture.redbrick.dcu.ie`)", + "traefik.http.routers.nginx-aperture.rule=Host(`aperture.redbrick.dcu.ie`)", "traefik.http.routers.nginx-aperture.entrypoints=web,websecure", "traefik.http.routers.nginx-aperture.tls.certresolver=lets-encrypt" ] @@ -49,7 +49,7 @@ job "nginx" { } template { - source = "local/index.html" + source = "local/index.html" destination = "local/index.html" } } @@ -57,7 +57,7 @@ job "nginx" { group "glados" { count = 1 - + network { port "http" { to = "80" @@ -72,14 +72,14 @@ job "nginx" { port = "http" check { - type = "http" - path = "/" + type = "http" + path = "/" interval = "10s" - timeout = "2s" - } + timeout = "2s" + } tags = [ "traefik.enable=true", - "traefik.http.routers.nginx-glados.rule=Host(`glados.redbrick.dcu.ie`)", + "traefik.http.routers.nginx-glados.rule=Host(`glados.redbrick.dcu.ie`)", "traefik.http.routers.nginx-glados.entrypoints=web,websecure", "traefik.http.routers.nginx-glados.tls.certresolver=lets-encrypt" ] @@ -88,7 +88,7 @@ job "nginx" { task "glados" { constraint { attribute = "${attr.unique.hostname}" - value = "glados" + value = "glados" } driver = "docker" @@ -105,7 +105,7 @@ job "nginx" { } template { - source = "local/glados.html" + source = "local/glados.html" destination = "local/index.html" } } @@ -113,7 +113,7 @@ job "nginx" { group "wheatley" { count = 1 - + network { port "http" { to = "80" @@ -128,14 +128,14 @@ job "nginx" { port = "http" check { - type = "http" - path = "/" + type = "http" + path = "/" interval = "10s" - timeout = "2s" - } + timeout = "2s" + } tags = [ "traefik.enable=true", - "traefik.http.routers.nginx-wheatley.rule=Host(`wheatley.redbrick.dcu.ie`)", + "traefik.http.routers.nginx-wheatley.rule=Host(`wheatley.redbrick.dcu.ie`)", "traefik.http.routers.nginx-wheatley.entrypoints=web,websecure", "traefik.http.routers.nginx-wheatley.tls.certresolver=lets-encrypt" ] @@ -144,7 +144,7 @@ job "nginx" { task "wheatley" { constraint { attribute = "${attr.unique.hostname}" - value = "wheatley" + value = "wheatley" } driver = "docker" @@ -162,7 +162,7 @@ job "nginx" { } template { - source = "local/wheatley.html" + source = "local/wheatley.html" destination = "local/index.html" } } @@ -170,7 +170,7 @@ job "nginx" { group "chell" { count = 1 - + network { port "http" { to = "80" @@ -185,14 +185,14 @@ job "nginx" { port = "http" check { - type = "http" - path = "/" + type = "http" + path = "/" interval = "10s" - timeout = "2s" - } + timeout = "2s" + } tags = [ "traefik.enable=true", - "traefik.http.routers.nginx-chell.rule=Host(`chell.redbrick.dcu.ie`)", + "traefik.http.routers.nginx-chell.rule=Host(`chell.redbrick.dcu.ie`)", "traefik.http.routers.nginx-chell.entrypoints=web,websecure", "traefik.http.routers.nginx-chell.tls.certresolver=lets-encrypt" ] @@ -201,7 +201,7 @@ job "nginx" { task "chell" { constraint { attribute = "${attr.unique.hostname}" - value = "chell" + value = "chell" } driver = "docker" @@ -219,7 +219,7 @@ job "nginx" { } template { - source = "local/chell.html" + source = "local/chell.html" destination = "local/index.html" } } diff --git a/jobs/services/api.hcl b/jobs/services/api.hcl index 4cdaf37..23d1b8c 100644 --- a/jobs/services/api.hcl +++ b/jobs/services/api.hcl @@ -17,10 +17,10 @@ job "api" { port = "http" check { - type = "http" - path = "/" + type = "http" + path = "/" interval = "10s" - timeout = "2s" + timeout = "2s" } tags = [ @@ -68,14 +68,14 @@ EMAIL_SENDER={{ key "api/smtp/sender" }} EOH } - template { + template { destination = "local/ldap.secret" perms = "600" - data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF + data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF } resources { - cpu = 300 + cpu = 300 memory = 1024 } } diff --git a/jobs/services/brickbot.hcl b/jobs/services/brickbot.hcl index 87a0e55..8c480f9 100644 --- a/jobs/services/brickbot.hcl +++ b/jobs/services/brickbot.hcl @@ -23,7 +23,7 @@ job "brickbot2" { template { destination = "local/ldap.secret" perms = "600" - data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF + data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF } template { diff --git a/jobs/services/hedgedoc-backup.hcl b/jobs/services/hedgedoc-backup.hcl index 71cd9a2..2b8dedb 100644 --- a/jobs/services/hedgedoc-backup.hcl +++ b/jobs/services/hedgedoc-backup.hcl @@ -17,7 +17,7 @@ job "hedgedoc-backup" { } template { - data = < warning @@ -126,7 +126,7 @@ EOH } template { - data = < diff --git a/jobs/services/postgres-backup.hcl b/jobs/services/postgres-backup.hcl index e29964b..af2c7c0 100644 --- a/jobs/services/postgres-backup.hcl +++ b/jobs/services/postgres-backup.hcl @@ -17,7 +17,7 @@ job "postgres-backup" { } template { - data = <