Revert "Set ingester PDB to have max_unavailable=0. (#6589)" (#6714)

This reverts commit aea05f381e.
pull/6717/head
Sandeep Sukhani 3 years ago committed by GitHub
parent fa42c12f4c
commit 0025248f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      production/ksonnet/loki/ingester.libsonnet

@ -88,5 +88,5 @@ local k = import 'ksonnet-util/kausal.libsonnet';
podDisruptionBudget.mixin.metadata.withName('loki-ingester-pdb') +
podDisruptionBudget.mixin.metadata.withLabels({ name: 'loki-ingester-pdb' }) +
podDisruptionBudget.mixin.spec.selector.withMatchLabels({ name: name }) +
podDisruptionBudget.mixin.spec.withMaxUnavailable(0),
podDisruptionBudget.mixin.spec.withMaxUnavailable(1),
}

Loading…
Cancel
Save