[bot] [main] Automated version update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user