feat: nomad cni additions

- add consul-cni package
- enable grpc for consul servers
- enable consul connect for consul servers
- set recursors for consul
- add ports to consul agent (grpc, dns, http for nomad)
This commit is contained in:
2025-06-14 09:21:51 +10:00
parent 890e9670f3
commit c96e42f9d0
5 changed files with 11 additions and 0 deletions
@@ -8,6 +8,7 @@ profiles::consul::server::addresses:
grpc: "%{::networking.ip}"
grpc_tls: "%{::networking.ip}"
profiles::consul::server::ports:
grpc: 8502
dns: 8600
http: 8500
https: -1