Increase resources (#35)

* More memory for Cassandra
* More memory/CPU for embeddings
* Bump version, regenerate templates
This commit is contained in:
cybermaggedon 2024-08-25 20:38:19 +01:00 committed by GitHub
parent 6edc3f0ee1
commit d69de52b04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 288 additions and 288 deletions

View file

@ -21,11 +21,11 @@ local images = import "../images.jsonnet";
resources: {
limits: {
cpus: '1.0',
memory: '512M'
memory: '800M'
},
reservations: {
cpus: '0.5',
memory: '512M'
memory: '800M'
}
}
},