prometheus operator v0.93.1
Alertmanager.spec.initContainers.env.valueFrom.fieldRef.spec.limits
limits defines the limits command line flags when starting Alertmanager.
| Field / Type | Description |
|---|---|
maxPerSilenceBytes | 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.
|
maxSilences | 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.
|