Update pgpooler template

This commit is contained in:
Daniel Berteaud 2024-01-15 21:33:05 +01:00
parent af17e5c4d5
commit 444097d786
2 changed files with 1 additions and 3 deletions

View File

@ -289,7 +289,6 @@ _EOT
volumes = [
"local/nginx.conf:/etc/nginx/conf.d/default.conf:ro",
]
mount {
type = "tmpfs"
target = "/tmp"
@ -298,7 +297,6 @@ _EOT
}
}
}
template {

View File

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