Jimmy Berry 9fbab1b87e dist/k8s: provide obs_operator origin-manager report sub component.
Refreshes origin information 3 days a week for quick serving from cache.
2019-03-26 18:34:07 -05:00

19 lines
274 B
Jsonnet

{
global: {
cache: "500Mi",
cpu: "100m",
memory: "128Mi",
image: null,
prefix: "obs-operator",
},
components: {
service: {
externalIPs: null,
externalPort: null,
},
origin_manager_report: {
projects: [],
},
},
}