Skip to content

Commit

Permalink
Issue 674: Fix for segment store services are not coming up properly
Browse files Browse the repository at this point in the history
Signed-off-by: anisha.kj <[email protected]>
  • Loading branch information
anishakj committed Nov 7, 2023
1 parent 7f7f64a commit f8809f6
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 572 deletions.
3 changes: 3 additions & 0 deletions api/v1beta1/pravegacluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ type ClusterSpec struct {
// +optional
BookkeeperUri string `json:"bookkeeperUri"`

// Reserved ports
ReservedPortList []int32 `json:"reservedPortList,omitempty"`

// Pravega configuration
// +optional
Pravega *PravegaSpec `json:"pravega"`
Expand Down
Loading

0 comments on commit f8809f6

Please sign in to comment.