Skip to content

Commit

Permalink
We've never had limits on zookeeper cpu, and we've requested 10
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 12, 2020
1 parent 4207d20 commit 372497f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions native/native-image-zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ spec:
image: solsson/kafka:native-zookeeper-server-start@sha256:0047f1ab4c7b79062c44e9bd2ad02aaf1124d8a0ed3309229e627cdd11a37c2a
resources:
requests:
cpu: 50m
memory: 25Mi
limits:
cpu: 50m
cpu: 10m
memory: 25Mi
---
apiVersion: apps/v1
Expand All @@ -28,8 +25,5 @@ spec:
image: solsson/kafka:native-zookeeper-server-start@sha256:0047f1ab4c7b79062c44e9bd2ad02aaf1124d8a0ed3309229e627cdd11a37c2a
resources:
requests:
cpu: 50m
memory: 25Mi
limits:
cpu: 50m
cpu: 10m
memory: 25Mi

0 comments on commit 372497f

Please sign in to comment.