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

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2023-02-27 09:14:48 +01:00
committed by GitHub
parent 74cb76d338
commit c5360561fa
13 changed files with 53 additions and 37 deletions

View File

@@ -4437,8 +4437,9 @@ spec:
type: string
type: array
portName:
description: Port name used for the pods and governing service. This
defaults to web
default: web
description: Port name used for the pods and governing service. Defaults
to `web`.
type: string
priorityClassName:
description: Priority class assigned to the Pods
@@ -6636,8 +6637,7 @@ spec:
description: "Thanos configuration allows configuring various aspects
of a Prometheus server in a Thanos environment. \n This section
is experimental, it may change significantly without deprecation
notice in any release. \n This is experimental and may change significantly
without backward compatibility in any release."
notice in any release."
properties:
additionalArgs:
description: AdditionalArgs allows setting additional arguments
@@ -6666,6 +6666,18 @@ spec:
description: 'Thanos base image if other than default. Deprecated:
use ''image'' instead'
type: string
blockSize:
default: 2h
description: 'BlockDuration controls the size of TSDB blocks produced
by Prometheus. Default is 2h to match the upstream Prometheus
defaults. WARNING: Changing the block duration can impact the
performance and efficiency of the entire Prometheus/Thanos stack
due to how it interacts with memory and Thanos compactors. It
is recommended to keep this value set to a multiple of 120 times
your longest scrape or rule interval. For example, 30s * 120
= 1h.'
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
type: string
grpcListenLocal:
description: If true, the Thanos sidecar listens on the loopback
interface for the gRPC endpoints. It has no effect if `listenLocal`