[bot] [main] Automated version update (#2093)

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2023-05-01 11:21:16 +02:00
committed by GitHub
parent 6cdfe6ef23
commit 2a955da550
28 changed files with 370 additions and 164 deletions

View File

@@ -372,7 +372,10 @@ spec:
type: object
type: array
scheme:
description: HTTP scheme to use for scraping.
description: HTTP scheme to use for scraping. `http` and `https` are the expected values unless you rewrite the `__scheme__` label via relabeling. If empty, Prometheus uses the default value `http`.
enum:
- http
- https
type: string
scrapeTimeout:
description: Timeout after which the scrape is ended If not specified, the Prometheus global scrape interval is used.