a drone runner which creates nomad jobs
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2023-10-26 10:55:11 +02:00
parent eff9948c8e
commit 9a99887a2b

View File

@@ -29,7 +29,7 @@ job "postgres" {
tags = [
"traefik.enable=true",
"traefik.tcp.routers.postgres.rule=HostSNI(`postgres.service.nr5`)",
"traefik.tcp.routers.postgres.rule=Host(`postgres.service.nr5`)",
]
}