feat: initial setup
Build / build (pull_request) Successful in 42s

- manage nomad jobs
- create makefile
- create gitignore
- manage terragrunt environments
- add build/deploy jobs
This commit is contained in:
2024-12-28 14:17:21 +11:00
parent f7fad0b74f
commit 3fe7ea4c36
11 changed files with 378 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
namespace "default" {
policy = "read"
capabilities = ["list-jobs", "read-job"]
}
agent {
policy = "read"
}
operator {
policy = "read"
}
quota {
policy = "read"
}
node {
policy = "read"
}
host_volume "*" {
policy = "read"
}