We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13af64 commit 8d137bcCopy full SHA for 8d137bc
iac/provider-gcp/nomad/jobs/ingress.hcl
@@ -46,8 +46,6 @@ job "ingress" {
46
task "ingress" {
47
driver = "docker"
48
49
- # If we need more than 30s we will need to update the max_kill_timeout in nomad
50
- # https://developer.hashicorp.com/nomad/docs/configuration/client#max_kill_timeout
51
%{ if update_stanza }
52
kill_timeout = "24h"
53
%{ endif }
0 commit comments