Skip to content

Commit

Permalink
go: add --numa --vault --identity --consul options and improve parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Apr 28, 2024
1 parent 81bc885 commit 509bc36
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 67 deletions.
21 changes: 21 additions & 0 deletions jobs/test-json.nomad.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
job "test-jsons" {
group "example" {
task "server" {
identity {
file = true
ttl = "1h"
}
driver = "raw_exec"
config {
command = "echo"
}
template {
source = "local/redis.conf.tpl"
destination = "local/redis.conf"
change_mode = "signal"
change_signal = "SIGINT"
error_on_missing_key = false
}
}
}
}
Loading

0 comments on commit 509bc36

Please sign in to comment.