mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
* Adds Spec.Web.MaxConnections to Prometheus CRD Issue: https://github.com/prometheus-operator/prometheus-operator/issues/4850 Problem: currently the Prometheus CRD only allows users to configure the flag web.max-connections using Spec.AdditionalArgs Solution: introduce dedicated support for the flag under Spec.Web.MaxConnections * Adds e2e test for max-concurrency and max-connections * Renamed UniqueVolumeName to UniqueDNS1123Label and VolumeName to DNS1123Label Signed-off-by: JoaoBraveCoding <jmarcal@redhat.com>