prometheus operator v0.93.1

Alertmanager.spec.containers[].lifecycle.preStop.tcpSocket.spec.limits

limits defines the limits command line flags when starting Alertmanager.

2 fields
Alertmanager.spec.containers[].lifecycle.preStop.tcpSocket.spec.limits fields and descriptions
Field / TypeDescription
maxPerSilenceBytes
string

maxPerSilenceBytes defines the maximum size of an individual silence as stored on disk. This corresponds to the Alertmanager's `--silences.max-per-silence-bytes` flag. It requires Alertmanager >= v0.28.0.

  • pattern: (^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$
maxSilences
integer

maxSilences defines the maximum number active and pending silences. This corresponds to the Alertmanager's `--silences.max-silences` flag. It requires Alertmanager >= v0.28.0.

  • format: int32
  • minimum: 0