Update Dockerfile and Terraform configurations: upgrade Ollama version, add log level variable, and set default log level
This commit is contained in:
@@ -113,6 +113,11 @@ resource "kubernetes_deployment" "m3uproxy" {
|
||||
failure_threshold = 10
|
||||
}
|
||||
|
||||
env {
|
||||
name = "LOG_LEVEL"
|
||||
value = var.loglevel
|
||||
}
|
||||
|
||||
env {
|
||||
name = "USERNAME"
|
||||
value_from {
|
||||
|
||||
Reference in New Issue
Block a user