Fix resources and reduce default mem

This commit is contained in:
Daniel Berteaud 2023-10-27 00:18:08 +02:00
parent c8fb0bd5d1
commit 46d54d7525
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ _EOT
destination = "/backup"
}
[[ template "common/resources.tpl" .mariadb.server.resources ]]
[[ template "common/resources.tpl" .mariadb.backup.resources ]]
}
}

View File

@ -8,7 +8,7 @@ mariadb:
resources:
cpu: 100
memory: 768
memory: 512
env: {}