chore: update makefile, add roles

- add victoriametrics cluster roles
- change terragrunt to be 8 threads for plan
This commit is contained in:
Ben Vincent 2025-07-08 20:11:19 +10:00
parent 28b66bdd0b
commit 25700185bc
2 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@ init:
plan: init
@$(call vault_env) && \
terragrunt run-all --terragrunt-non-interactive plan
terragrunt run-all --terragrunt-parallelism 8 --terragrunt-non-interactive plan
apply:
@$(call vault_env) && \

View File

@ -62,6 +62,9 @@ variables:
- roles::infra::k8s::worker
- roles::infra::metrics::grafana
- roles::infra::metrics::prometheus
- roles::infra::metrics::vmstorage
- roles::infra::metrics::vminsert
- roles::infra::metrics::vmselect
- roles::infra::nomad::agent
- roles::infra::nomad::agentv2
- roles::infra::nomad::server