Skip to content

Commit

Permalink
Chore: remove obsolete comment from jsonnet (#2038)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed Jun 7, 2022
1 parent 66fb82f commit c492cb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions operations/mimir/compactor.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
'runtime-config.file': '%s/overrides.yaml' % $._config.overrides_configmap_mountpoint,
},

// The compactor runs a statefulset with a single replica, because
// it does not support horizontal scalability yet.
local compactor_data_pvc =
pvc.new() +
pvc.mixin.spec.resources.withRequests({ storage: $._config.compactor_data_disk_size }) +
Expand Down

0 comments on commit c492cb8

Please sign in to comment.