fix(elk): comment out nginx reload script in elk jobspec
All checks were successful
Lint / lint (push) Successful in 29s
Terraform Plan and Apply / cicd (push) Successful in 44s

- nginx is still not using the new upstreams after reload
This commit is contained in:
Ben Martin 2025-02-14 09:44:20 +00:00
parent 269fd1fad3
commit d95e5fc41b
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -406,11 +406,11 @@ job "elk" {
EOF EOF
destination = "local/nginx.conf" destination = "local/nginx.conf"
change_mode = "script" # change_mode = "script"
change_script { # change_script {
command = "/usr/sbin/nginx" # command = "/usr/sbin/nginx"
args = ["-s", "reload"] # args = ["-s", "reload"]
} # }
} }
service { service {