Fix neo4j (#29)

* - Fix Neo4j memory
- Fix neo4j query

* Version to 0.7.6
This commit is contained in:
cybermaggedon 2024-08-23 12:49:42 +01:00 committed by GitHub
parent 8372ff0eb6
commit e7c498be92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 229 additions and 229 deletions

View file

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