Skip to content

Commit

Permalink
Fix CacheSpec api scheme (#740)
Browse files Browse the repository at this point in the history
Fix api scheme

Signed-off-by: kerthcet <[email protected]>
  • Loading branch information
kerthcet authored Feb 25, 2025
1 parent 51651cf commit 3bf02cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/orchestration/v1alpha1/kvcache_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type MetadataStorage struct {

type CacheSpec struct {
// Replicas is the number of kvcache pods to deploy
// +kubebuilder:validation:Required
// +kubebuilder:validation:Optional
// +kubebuilder:default:=3
Replicas int `json:"replicas,omitempty"`

Expand Down

0 comments on commit 3bf02cb

Please sign in to comment.