diff --git a/cluster/kube/k0.libsonnet b/cluster/kube/k0.libsonnet index 2ba60402..84863d71 100644 --- a/cluster/kube/k0.libsonnet +++ b/cluster/kube/k0.libsonnet @@ -100,12 +100,12 @@ local rook = import "lib/rook.libsonnet"; resources: { osd: { requests: { - cpu: "2" - memory: "6G" + cpu: "2", + memory: "6G", }, limits: { - cpu: "2" - memory: "8G" + cpu: "2", + memory: "8G", }, },