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
…675)

* Issue 674: Fix for segment store services are not coming up properly

Signed-off-by: anisha.kj <[email protected]>

* Addressing review comments

Signed-off-by: anisha.kj <[email protected]>

---------

Signed-off-by: anisha.kj <[email protected]>
  • Loading branch information
anishakj authored Nov 14, 2023
1 parent 7f7f64a commit 0db1b6a
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 0db1b6a

Please sign in to comment.