perf: tweak mealie and pihole memory
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2452a2ad44
commit
4f6743db5f
@ -81,12 +81,13 @@ job "mealie" {
|
||||
template {
|
||||
data = <<EOH
|
||||
{{ with secret "secrets/data/database/mealie"}}POSTGRES_PASSWORD= "{{ .Data.data.password }}" {{end}}
|
||||
{{ with secret "secrets/data/authelia/mealie"}}OIDC_CLIENT_SECRET= "{{ .Data.data.password }}" {{end}}
|
||||
EOH
|
||||
destination = "secrets/var.env"
|
||||
env = true
|
||||
}
|
||||
resources {
|
||||
memory = 300
|
||||
memory = 400
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -90,6 +90,7 @@ local-ttl=2
|
||||
}
|
||||
resources {
|
||||
memory = 100
|
||||
memory_max =200
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user