17 lines
209 B
Jsonnet
17 lines
209 B
Jsonnet
|
{
|
||
|
global: {
|
||
|
cpu: "1",
|
||
|
memory: "2.5Gi",
|
||
|
cache: "100Gi",
|
||
|
image: null,
|
||
|
prefix: "repo-checker",
|
||
|
},
|
||
|
components: {
|
||
|
review: {
|
||
|
},
|
||
|
project_only: {
|
||
|
projects: [],
|
||
|
}
|
||
|
},
|
||
|
}
|