2018-09-13 20:26:08 -05:00

17 lines
209 B
Jsonnet

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