diff --git a/production/ksonnet/loki/config.libsonnet b/production/ksonnet/loki/config.libsonnet index f2e3c386157cb..fae999b8aded7 100644 --- a/production/ksonnet/loki/config.libsonnet +++ b/production/ksonnet/loki/config.libsonnet @@ -79,6 +79,9 @@ ruler_enabled: false, distributor: { + // use_no_constraints is false by default allowing either TopologySpreadConstraints or pod antiAffinity to be configured. + // If no_schedule_constraints is set to true, neither of the pod constraints will be applied. + no_schedule_constraints: false, use_topology_spread: true, topology_spread_max_skew: 1, },