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:
Tom Meadows
2026-02-03 14:12:38 +00:00
committed by GitHub
parent f2b4d7065d
commit 77f5200164
4 changed files with 4 additions and 1 deletions
@@ -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