Skip to content

Commit

Permalink
chore(fuzz): increase resource limits for kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Dec 16, 2024
1 parent 88af872 commit 0e42963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-kafka-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ runs:
--set controller.replicaCount=${{ inputs.controller-replicas }} \
--set controller.resources.requests.cpu=50m \
--set controller.resources.requests.memory=128Mi \
--set controller.resources.limits.cpu=4000m \
--set controller.resources.limits.memory=4Gi \
--set listeners.controller.protocol=PLAINTEXT \
--set listeners.client.protocol=PLAINTEXT \
--create-namespace \
Expand Down

0 comments on commit 0e42963

Please sign in to comment.