Skip to content

Commit

Permalink
Update manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Sep 11, 2023
1 parent 7a1de95 commit efa1dcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/zookeeper/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
properties:
spec:
properties:
adminServerPort:
format: int32
type: integer
clientPort:
format: int32
type: integer
Expand Down Expand Up @@ -131,6 +134,7 @@ spec:
type: object
type: object
required:
- adminServerPort
- clientPort
- conf
- image
Expand Down
1 change: 1 addition & 0 deletions deploy/zookeeper/zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
quorumPort: 2888
leaderElectionPort: 3888
metricsPort: 7000
adminServerPort: 8080
conf:
initLimit: 10
syncLimit: 2
Expand Down
1 change: 1 addition & 0 deletions e2e/src/zookeeper_e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub fn zookeeper_cluster() -> String {
quorumPort: 2888
leaderElectionPort: 3888
metricsPort: 7000
adminServerPort: 8080
resources:
requests:
memory: \"256Mi\"
Expand Down

0 comments on commit efa1dcf

Please sign in to comment.