add networking toolbox deployment [ci skip]

This commit is contained in:
Viktor Barzin 2025-10-17 19:23:13 +00:00
parent b3deb662af
commit 971926766c
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 84 additions and 0 deletions

View file

@ -690,3 +690,8 @@ module "navidrome" {
source = "./navidrome"
tls_secret_name = var.tls_secret_name
}
module "networking-toolbox" {
source = "./networking-toolbox"
tls_secret_name = var.tls_secret_name
}