14 lines
168 B
Jsonnet
14 lines
168 B
Jsonnet
{
|
|
global: {
|
|
cpu: "100m",
|
|
memory: "128Mi",
|
|
cache: "100Mi",
|
|
image: null,
|
|
prefix: "origin-manager",
|
|
},
|
|
components: {
|
|
review: {
|
|
},
|
|
},
|
|
}
|