Skip to content

Commit 6c62076

Browse files
MichaluxPLleonardoce
authored andcommitted
feat: add sidecar resources definition in InstanceSidecarConfiguration stanza
Add sidecar resources definition in InstanceSidecarConfiguration stanza Signed-off-by: MichaluxPL <[email protected]>
1 parent e608e1c commit 6c62076

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/v1/objectstore_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ type InstanceSidecarConfiguration struct {
3333
// +kubebuilder:default:=1800
3434
// +optional
3535
RetentionPolicyIntervalSeconds int `json:"retentionPolicyIntervalSeconds,omitempty"`
36+
// Resources define cpu/memory requests and limits for the sidecar that runs in the instance pods.
37+
// +optional
38+
Resources corev1.ResourceRequirements `json:"resources,omitempty"`
3639
}
3740

3841
// ObjectStoreSpec defines the desired state of ObjectStore.

0 commit comments

Comments
 (0)