kibana: bump limits

This commit is contained in:
Astro 2023-01-07 02:55:22 +01:00
parent c9316ac41c
commit c9ecfdc88d
1 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,9 @@
{
deployment = {
mem = 2048;
vcpu = 4;
mem = 8192;
vcpu = 8;
storage = "big";
hypervisor = "qemu";
};
networking.hostName = "kibana";