chore: Update manifests after change

This commit is contained in:
2026-04-07 22:50:45 +00:00
parent 60b4e1e1e5
commit aa1e2501d0
6 changed files with 310 additions and 0 deletions

View File

@@ -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: |-
@@ -1680,6 +1681,14 @@ spec:
items:
type: string
pattern: ^tag:[a-zA-Z][a-zA-Z0-9-]*$
tailnet:
description: |-
Tailnet specifies the tailnet this Recorder should join. If blank, the default tailnet is used. When set, this
name must match that of a valid Tailnet resource. This field is immutable and cannot be changed once set.
type: string
x-kubernetes-validations:
- rule: self == oldSelf
message: Recorder tailnet is immutable
x-kubernetes-validations:
- rule: '!(self.replicas > 1 && (!has(self.storage) || !has(self.storage.s3)))'
message: S3 storage must be used when deploying multiple Recorder replicas