mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +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
|
|
@ -18,7 +18,7 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.1',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
@ -43,7 +43,7 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.1',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
@ -64,7 +64,7 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.1',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
@ -108,7 +108,7 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.1',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
@ -129,7 +129,7 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.1',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
@ -160,7 +160,7 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.1',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
@ -185,7 +185,7 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.1',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
@ -214,7 +214,7 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.1',
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
},
|
||||
reservations: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue