Skip to content

Commit

Permalink
Update kafka resources (#14)
Browse files Browse the repository at this point in the history
update kafka resources
  • Loading branch information
mitchdawson1982 authored Mar 26, 2024
1 parent df34e96 commit d60a091
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions helm_deploy/values_prerequisites-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,21 @@ kafka:
default.replication.factor=1
offsets.topic.replication.factor=1
transaction.state.log.replication.factor=1
resources:
limits:
cpu: 400m
memory: 2400Mi
requests:
cpu: 80m
memory: 2000Mi
kraft:
enabled: false
zookeeper:
enabled: true
resources:
limits:
cpu: 400m
memory: 1600Mi
requests:
cpu: 80m
memory: 1000Mi
resources:
limits:
cpu: 400m
memory: 1600Mi
requests:
cpu: 80m
memory: 1000Mi

0 comments on commit d60a091

Please sign in to comment.