[bot] [main] Automated version update

This commit is contained in:
dgrisonnet
2021-09-13 07:39:05 +00:00
committed by GitHub
parent eeb7c7125d
commit 6654c13142
11 changed files with 57 additions and 45 deletions

View File

@@ -1929,6 +1929,10 @@ spec:
logLevel:
description: Log level for Alertmanager to be configured with.
type: string
minReadySeconds:
description: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.
format: int32
type: integer
nodeSelector:
additionalProperties:
type: string

View File

@@ -2289,6 +2289,10 @@ spec:
logLevel:
description: Log level for Prometheus to be configured with.
type: string
minReadySeconds:
description: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.
format: int32
type: integer
nodeSelector:
additionalProperties:
type: string

View File

@@ -1967,6 +1967,10 @@ spec:
logLevel:
description: Log level for ThanosRuler to be configured with.
type: string
minReadySeconds:
description: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.
format: int32
type: integer
nodeSelector:
additionalProperties:
type: string