Skip to content

Commit 9dceb4b

Browse files
committed
chore(plans): optimize kafka rabbitmq plans
1 parent d3dd4e3 commit 9dceb4b

46 files changed

Lines changed: 58 additions & 58 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

addons/kafka/3.6/plans/standard-1024/meta.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

addons/kafka/3.6/plans/standard-16/meta.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

addons/kafka/3.6/plans/standard-1024/create-instance-schema.json renamed to addons/kafka/3.6/plans/standard-16c32g3w/create-instance-schema.json

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-16c32g3w"
2+
id: e224f67f-866a-41b5-b365-be2c748b23c3
3+
description: "Kafka standard-16c32g3w plan which limit resources 3 workers per worker 16 cores, memory size 32Gi persistence size 768Gi."
4+
displayName: "standard-16c32g3w"
5+
bindable: true
6+
maximum_polling_duration: 1800

addons/kafka/3.6/plans/standard-768/values.yaml renamed to addons/kafka/3.6/plans/standard-16c32g3w/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## @param fullnameOverride String to fully override common.names.fullname
22
##
3-
fullnameOverride: hb-kafka-standard-768
3+
fullnameOverride: hb-kafka-standard-16c32g3w
44

55
## @section Controller-eligible statefulset parameters
66
##
@@ -14,10 +14,10 @@ controller:
1414
heapOpts: -Xmx16G -Xms16G
1515
resources:
1616
limits:
17-
cpu: 8000m
17+
cpu: 16
1818
memory: 32Gi
1919
requests:
20-
cpu: 800m
20+
cpu: 8
2121
memory: 16Gi
2222
## Enable persistence using Persistent Volume Claims
2323
## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
File renamed without changes.

addons/kafka/3.6/plans/standard-16/create-instance-schema.json renamed to addons/kafka/3.6/plans/standard-1c2g3w/create-instance-schema.json

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-1c2g3w"
2+
id: 1c6057d7-ae6e-40f5-b065-c7d364778f7b
3+
description: "Kafka standard-1c2g3w plan which limit resources 3 workers per worker 1 core, memory size 2Gi and persistence size 16Gi."
4+
displayName: "standard-1c2g3w"
5+
bindable: true
6+
maximum_polling_duration: 1800

addons/kafka/3.6/plans/standard-16/values.yaml renamed to addons/kafka/3.6/plans/standard-1c2g3w/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## @param fullnameOverride String to fully override common.names.fullname
22
##
3-
fullnameOverride: hb-kafka-standard-16
3+
fullnameOverride: hb-kafka-standard-1c2g3w
44

55
## @section Controller-eligible statefulset parameters
66
##
@@ -15,10 +15,10 @@ controller:
1515
resources:
1616
limits:
1717
cpu: 1000m
18-
memory: 1024Mi
18+
memory: 2Gi
1919
requests:
20-
cpu: 100m
21-
memory: 512Mi
20+
cpu: 500m
21+
memory: 1Gi
2222
## Enable persistence using Persistent Volume Claims
2323
## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
2424
##

0 commit comments

Comments
 (0)