Fix envoy using wrong resources

This commit is contained in:
Daniel Berteaud 2023-08-25 16:38:39 +02:00
parent 118e8b7264
commit ca23e0f107
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ job "smtp-relay" {
}
service {
name = "smtp-relay[[ .env.suffix ]]"
name = "smtp[[ .env.suffix ]]"
port = 8025
connect {
sidecar_service {}
sidecar_task {
[[ template "common/resources.tpl" .mail.relay.resources ]]
[[ template "common/resources.tpl" .envoy ]]
}
}
}