Enhance Trivy integration: update email dispatch logic, add LLM prompt generation, and improve security context in deployments

This commit is contained in:
2025-09-21 23:55:53 +02:00
parent aee57a8b89
commit 1e8526f442
9 changed files with 441 additions and 83 deletions
+12 -1
View File
@@ -166,7 +166,18 @@ locals {
},
]
},
"ollama" = {
http_port = 11434
ingress = false
resolver = "10.19.4.136"
upstream = "http://ollama.lab.alexpires.me:11434"
service_http_port = 11434
locations = [
{
path = "/"
},
]
}
}
backup_bucket_name = data.terraform_remote_state.scaleway.outputs.backup_bucket_name