Jimmy Berry 9eebf08e32 dist/k8s: drop OBS operator origin-manager report cron.
To be replaced by cron service.
2019-05-30 17:08:05 -05:00

18 lines
252 B
Jsonnet

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