mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 18:36:22 +02:00
Fix errors in previous update (#23)
* Increase some limits * Fix msg errors and update version
This commit is contained in:
parent
a01a72ba00
commit
305dda4463
26 changed files with 422 additions and 417 deletions
|
|
@ -33,15 +33,17 @@ local images = import "../images.jsonnet";
|
|||
volumes: [
|
||||
"etcd:/etcd"
|
||||
],
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.25',
|
||||
memory: '128M'
|
||||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '1.0',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
cpus: '0.25',
|
||||
memory: '128M'
|
||||
}
|
||||
},
|
||||
reservations: {
|
||||
cpus: '0.25',
|
||||
memory: '128M'
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -67,7 +69,7 @@ local images = import "../images.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.25',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue