Update pgpooler template

This commit is contained in:
Daniel Berteaud 2024-01-15 21:31:46 +01:00
parent 823d10f6b3
commit f25238e960
2 changed files with 1 additions and 3 deletions

View File

@ -89,7 +89,6 @@ job "lemonldap-ng" {
"secrets/lemonldap-ng.ini:/etc/lemonldap-ng/lemonldap-ng.ini:ro",
"local/init-db.sh:/entrypoint.d/20-initdb.sh:ro",
]
mount {
type = "tmpfs"
target = "/tmp"
@ -98,7 +97,6 @@ job "lemonldap-ng" {
}
}
}

View File

@ -53,7 +53,7 @@ job "[[ .instance ]]" {
}
[[ template "common/task.wait_for" $c ]]
[[ template "common/postgres_pooler" $c ]]
[[ template "common/task.pgpooler" $c ]]
task "lemonldap-ng" {
driver = [[ $c.nomad.driver | toJSON ]]