cmd/k8s-operator,k8s-operator:ensure that recorder replicas default to 1 (#18375)
Updates #17965 Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
This commit is contained in:
@@ -72,6 +72,7 @@ spec:
|
||||
description: Replicas specifies how many instances of tsrecorder to run. Defaults to 1.
|
||||
type: integer
|
||||
format: int32
|
||||
default: 1
|
||||
minimum: 0
|
||||
statefulSet:
|
||||
description: |-
|
||||
|
||||
@@ -3355,6 +3355,7 @@ spec:
|
||||
Required if S3 storage is not set up, to ensure that recordings are accessible.
|
||||
type: boolean
|
||||
replicas:
|
||||
default: 1
|
||||
description: Replicas specifies how many instances of tsrecorder to run. Defaults to 1.
|
||||
format: int32
|
||||
minimum: 0
|
||||
|
||||
Reference in New Issue
Block a user