Enhance Trivy integration: update email dispatch logic, add LLM prompt generation, and improve security context in deployments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user