Skip to content

Commit

Permalink
Increase kafka & mysql memory
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha committed Feb 11, 2025
1 parent be677cc commit 9944017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions charts/kubedbcom-kafka-editor-options/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ spec:
resources:
requests:
cpu: 500m
memory: 1Gi
memory: 1.5Gi
persistence:
size: 1Gi
size: 2Gi
broker:
replicas: 2
podResources:
Expand All @@ -45,9 +45,9 @@ spec:
resources:
requests:
cpu: 500m
memory: 1Gi
memory: 1.5Gi
persistence:
size: 1Gi
size: 2Gi

deletionPolicy: WipeOut

Expand All @@ -59,7 +59,7 @@ spec:
resources:
requests:
cpu: 500m
memory: 1Gi
memory: 1.5Gi

authSecret:
name: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedbcom-mysql-editor-options/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
resources:
requests:
cpu: 500m
memory: 1.2Gi
memory: 1.5Gi

authSecret:
name: ""
Expand Down

0 comments on commit 9944017

Please sign in to comment.