misc: actualbudget, authentik, headscale, rybbit, terminal, dbaas updates

- actualbudget: adjust resource config
- authentik: add configuration
- headscale: minor fix
- rybbit: add resources
- terminal: add terminal stack config
- platform/dbaas: add config
- infra: update lock file
This commit is contained in:
Viktor Barzin 2026-04-06 11:58:00 +03:00
parent c2f9ca0d13
commit 0de2fef9c9
8 changed files with 95 additions and 41 deletions

View file

@ -89,10 +89,10 @@ resource "kubernetes_deployment" "actualbudget" {
resources {
requests = {
cpu = "15m"
memory = "160Mi"
memory = "320Mi"
}
limits = {
memory = "256Mi"
memory = "400Mi"
}
}
volume_mount {