Make traefik a system service

For this to work, will need to put TLS certs in Vault
This commit is contained in:
IamTheFij 2022-06-17 15:20:43 -07:00
parent ce18650e1f
commit a02f1a2317
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ job "traefik" {
region = "global"
datacenters = ["dc1"]
type = "service"
type = "system"
constraint {
attribute = "${node.class}"
@ -22,7 +22,6 @@ job "traefik" {
}
group "traefik" {
count = 1
network {
port "web" {