- Updated dashboard (#27)

- Adjusted limits everything works
- Bump version
This commit is contained in:
cybermaggedon 2024-08-22 23:23:11 +01:00 committed by GitHub
parent 2bc602fdcf
commit b1b26a3f55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 245 additions and 245 deletions

View file

@ -71,11 +71,11 @@ local images = import "images.jsonnet";
resources: {
limits: {
cpus: '0.5',
memory: '128M'
memory: '1.4G'
},
reservations: {
cpus: '0.1',
memory: '128M'
memory: '1.4G'
}
}
},