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

@ -64,12 +64,12 @@ local url = import "url.jsonnet";
deploy: {
resources: {
limits: {
cpus: '0.5',
memory: '128M'
cpus: '1.0',
memory: '512M'
},
reservations: {
cpus: '0.1',
memory: '128M'
cpus: '0.5',
memory: '512M'
}
}
},