-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 421: Adding manifests for various cluster installation flavours (…
…#422) * Issue 421: Adding manifests for various cluster installation flavours Signed-off-by: SrishT <[email protected]> * Issue 421: Addressing review comments Signed-off-by: SrishT <[email protected]> Co-authored-by: SrishT <[email protected]>
- Loading branch information
Showing
6 changed files
with
285 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
controller: | ||
replicas: 2 | ||
resources: | ||
requests: | ||
cpu: 500m | ||
memory: 1Gi | ||
limits: | ||
cpu: 2000m | ||
memory: 4Gi | ||
## service type and annotations are ignored if external access is disabled | ||
service: | ||
## used to override the service type for controller | ||
type: | ||
annotations: {} | ||
jvmOptions: [] | ||
|
||
segmentStore: | ||
replicas: 6 | ||
secret: {} | ||
# name: | ||
# path: | ||
env: | ||
resources: | ||
requests: | ||
cpu: 2000m | ||
memory: 16Gi | ||
limits: | ||
cpu: 4000m | ||
memory: 16Gi | ||
## service type and annotations are ignored if external access is disabled | ||
service: | ||
## used to override the service type for segmentStore | ||
type: | ||
annotations: {} | ||
jvmOptions: ["-Xmx4g", "-XX:MaxDirectMemorySize=12g"] | ||
|
||
options: | ||
bookkeeper.ensemble.size: "3" | ||
bookkeeper.write.quorum.size: "3" | ||
bookkeeper.ack.quorum.size: "3" | ||
bookkeeper.write.timeout.milliseconds: "60000" | ||
bookkeeper.write.outstanding.bytes.max: "33554432" | ||
pravegaservice.cache.size.max: "11811160064" | ||
pravegaservice.cache.time.seconds.max: "600" | ||
hdfs.block.size: "67108864" | ||
writer.flush.threshold.bytes: "67108864" | ||
writer.flush.size.bytes.max: "67108864" | ||
pravegaservice.container.count: "48" | ||
controller.container.count: "48" | ||
controller.retention.bucket.count: "10" | ||
controller.service.asyncTaskPool.size: "20" | ||
controller.retention.thread.count: "4" | ||
log.level: "INFO" | ||
## The following parameters are only useful if you are going to deploy metrics in this cluster. | ||
# metrics.dynamicCache.size: "100000" | ||
# metrics.statistics.enable: "true" | ||
# metrics.statsD.reporter.enable: "false" | ||
# metrics.statsD.connect.host: "telegraph.default" | ||
# metrics.statsD.connect.port: "8125" | ||
# metrics.influxDB.reporter.enable: "true" | ||
# metrics.output.frequency.seconds: "10" | ||
# metrics.influxDB.connect.uri: "http://INFLUXDB-IP:8086" | ||
# controller.metrics.dynamicCache.size: "100000" | ||
# controller.metrics.statistics.enable: "true" | ||
# controller.metrics.statsD.reporter.enable: "false" | ||
# controller.metrics.statsD.connect.host: "telegraph.default" | ||
# controller.metrics.statsD.connect.port: "8125" | ||
# controller.metrics.influxDB.reporter.enable: "true" | ||
# controller.metrics.output.frequency.seconds: "10" | ||
# controller.metrics.influxDB.connect.uri: "http://INFLUXDB-IP:8086" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
controller: | ||
replicas: 2 | ||
resources: | ||
requests: | ||
cpu: 500m | ||
memory: 1Gi | ||
limits: | ||
cpu: 1000m | ||
memory: 2Gi | ||
## service type and annotations are ignored if external access is disabled | ||
service: | ||
## used to override the service type for controller | ||
type: | ||
annotations: {} | ||
jvmOptions: [] | ||
|
||
segmentStore: | ||
replicas: 2 | ||
secret: {} | ||
# name: | ||
# path: | ||
env: | ||
resources: | ||
requests: | ||
cpu: 2000m | ||
memory: 8Gi | ||
limits: | ||
cpu: 4000m | ||
memory: 8Gi | ||
## service type and annotations are ignored if external access is disabled | ||
service: | ||
## used to override the service type for segmentStore | ||
type: | ||
annotations: {} | ||
jvmOptions: ["-Xmx4g", "-XX:MaxDirectMemorySize=4g"] | ||
|
||
options: | ||
bookkeeper.ensemble.size: "3" | ||
bookkeeper.write.quorum.size: "3" | ||
bookkeeper.ack.quorum.size: "3" | ||
bookkeeper.write.timeout.milliseconds: "60000" | ||
bookkeeper.write.outstanding.bytes.max: "33554432" | ||
pravegaservice.cache.size.max: "3221225472" | ||
pravegaservice.cache.time.seconds.max: "600" | ||
hdfs.block.size: "67108864" | ||
writer.flush.threshold.bytes: "67108864" | ||
writer.flush.size.bytes.max: "67108864" | ||
pravegaservice.container.count: "16" | ||
controller.container.count: "16" | ||
controller.retention.bucket.count: "10" | ||
controller.service.asyncTaskPool.size: "20" | ||
controller.retention.thread.count: "4" | ||
log.level: "INFO" | ||
## The following parameters are only useful if you are going to deploy metrics in this cluster. | ||
# metrics.dynamicCache.size: "100000" | ||
# metrics.statistics.enable: "true" | ||
# metrics.statsD.reporter.enable: "false" | ||
# metrics.statsD.connect.host: "telegraph.default" | ||
# metrics.statsD.connect.port: "8125" | ||
# metrics.influxDB.reporter.enable: "true" | ||
# metrics.output.frequency.seconds: "10" | ||
# metrics.influxDB.connect.uri: "http://INFLUXDB-IP:8086" | ||
# controller.metrics.dynamicCache.size: "100000" | ||
# controller.metrics.statistics.enable: "true" | ||
# controller.metrics.statsD.reporter.enable: "false" | ||
# controller.metrics.statsD.connect.host: "telegraph.default" | ||
# controller.metrics.statsD.connect.port: "8125" | ||
# controller.metrics.influxDB.reporter.enable: "true" | ||
# controller.metrics.output.frequency.seconds: "10" | ||
# controller.metrics.influxDB.connect.uri: "http://INFLUXDB-IP:8086" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
controller: | ||
replicas: 1 | ||
resources: | ||
requests: | ||
cpu: 250m | ||
memory: 512Mi | ||
limits: | ||
cpu: 500m | ||
memory: 1Gi | ||
jvmOptions: [] | ||
|
||
segmentStore: | ||
replicas: 1 | ||
resources: | ||
requests: | ||
cpu: 500m | ||
memory: 1Gi | ||
limits: | ||
cpu: 500m | ||
memory: 2Gi | ||
jvmOptions: [] | ||
|
||
options: | ||
bookkeeper.ack.quorum.size: "1" | ||
bookkeeper.write.quorum.size: "1" | ||
bookkeeper.ensemble.size: "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
controller: | ||
replicas: 1 | ||
resources: | ||
requests: | ||
cpu: 500m | ||
memory: 1Gi | ||
limits: | ||
cpu: 1000m | ||
memory: 2Gi | ||
## service type and annotations are ignored if external access is disabled | ||
service: | ||
## used to override the service type for controller | ||
type: | ||
annotations: {} | ||
jvmOptions: [] | ||
|
||
segmentStore: | ||
replicas: 1 | ||
secret: {} | ||
# name: | ||
# path: | ||
env: | ||
resources: | ||
requests: | ||
cpu: 1000m | ||
memory: 4Gi | ||
limits: | ||
cpu: 2000m | ||
memory: 4Gi | ||
## service type and annotations are ignored if external access is disabled | ||
service: | ||
## used to override the service type for segmentStore | ||
type: | ||
annotations: {} | ||
jvmOptions: ["-Xmx2g", "-XX:MaxDirectMemorySize=2g"] | ||
|
||
options: | ||
bookkeeper.ensemble.size: "3" | ||
bookkeeper.write.quorum.size: "3" | ||
bookkeeper.ack.quorum.size: "3" | ||
bookkeeper.write.timeout.milliseconds: "60000" | ||
bookkeeper.write.outstanding.bytes.max: "33554432" | ||
pravegaservice.cache.size.max: "1073741824" | ||
pravegaservice.cache.time.seconds.max: "600" | ||
hdfs.block.size: "67108864" | ||
writer.flush.threshold.bytes: "67108864" | ||
writer.flush.size.bytes.max: "67108864" | ||
pravegaservice.container.count: "8" | ||
controller.container.count: "8" | ||
controller.retention.bucket.count: "4" | ||
controller.service.asyncTaskPool.size: "20" | ||
controller.retention.thread.count: "4" | ||
log.level: "INFO" | ||
## The following parameters are only useful if you are going to deploy metrics in this cluster. | ||
# metrics.dynamicCache.size: "100000" | ||
# metrics.statistics.enable: "true" | ||
# metrics.statsD.reporter.enable: "false" | ||
# metrics.statsD.connect.host: "telegraph.default" | ||
# metrics.statsD.connect.port: "8125" | ||
# metrics.influxDB.reporter.enable: "true" | ||
# metrics.output.frequency.seconds: "10" | ||
# metrics.influxDB.connect.uri: "http://INFLUXDB-IP:8086" | ||
# controller.metrics.dynamicCache.size: "100000" | ||
# controller.metrics.statistics.enable: "true" | ||
# controller.metrics.statsD.reporter.enable: "false" | ||
# controller.metrics.statsD.connect.host: "telegraph.default" | ||
# controller.metrics.statsD.connect.port: "8125" | ||
# controller.metrics.influxDB.reporter.enable: "true" | ||
# controller.metrics.output.frequency.seconds: "10" | ||
# controller.metrics.influxDB.connect.uri: "http://INFLUXDB-IP:8086" |