Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replicas doc wording change
Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com>
  • Loading branch information
dandawg committed Dec 11, 2024
commit 2f26c945796e9119c5b028ae10531c00ad79f6f4
2 changes: 1 addition & 1 deletion infra/feast-operator/api/v1alpha1/featurestore_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ type DefaultConfigs struct {
// StoreServiceConfigs k8s deployment settings
type StoreServiceConfigs struct {
// Replicas determines the number of pods for the feast service.
// When Replicas > 1, persistence should be configured to provide central storage
// When Replicas > 1, persistence is recommended.
Replicas *int32 `json:"replicas,omitempty"`
Comment thread
tchughesiv marked this conversation as resolved.
ServiceConfigs `json:",inline"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -754,7 +754,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -1629,7 +1629,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -2018,7 +2018,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down
8 changes: 4 additions & 4 deletions infra/feast-operator/dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -762,7 +762,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -1637,7 +1637,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -2026,7 +2026,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down