[bot] [main] Automated version update

This commit is contained in:
Prometheus Operator Bot
2023-01-16 07:42:02 +00:00
parent 947080b8d0
commit 10535cc9c0
2 changed files with 20 additions and 12 deletions

View File

@@ -4524,6 +4524,7 @@ spec:
maxConcurrency:
description: Number of concurrent queries that can be run at once.
format: int32
minimum: 1
type: integer
maxSamples:
description: Maximum number of samples a single query can load
@@ -8653,6 +8654,13 @@ spec:
a rolling update will be triggered.
type: boolean
type: object
maxConnections:
description: Defines the maximum number of simultaneous connections
A zero value means that Prometheus doesn't accept any incoming
connection.
format: int32
minimum: 0
type: integer
pageTitle:
description: The prometheus web page title
type: string