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:
@@ -80,6 +80,7 @@ type RecorderSpec struct {
|
||||
// Replicas specifies how many instances of tsrecorder to run. Defaults to 1.
|
||||
// +optional
|
||||
// +kubebuilder:validation:Minimum=0
|
||||
// +kubebuilder:default=1
|
||||
Replicas *int32 `json:"replicas,omitzero"`
|
||||
|
||||
// Tailnet specifies the tailnet this Recorder should join. If blank, the default tailnet is used. When set, this
|
||||
|
||||
Reference in New Issue
Block a user