Add nomad address to deployment config

This commit is contained in:
Tobias Kantusch
2021-05-06 07:49:25 +00:00
parent 52b80583b5
commit c7433456d0

View File

@ -62,6 +62,7 @@ job "${NOMAD_SLUG}" {
env {
POSEIDON_SERVER_ADDRESS = "${POSEIDON_LISTEN_ADDRESS}"
POSEIDON_NOMAD_ADDRESS = "${NOMAD_SERVER_HOST}"
}
resources {