Skip to content

Commit

Permalink
the job actually maxes out at 100m so maybe it wasn't the mem limit
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 15, 2024
1 parent 733837d commit 8a49456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka/topic-job/kafka-topic-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ spec:
fieldPath: metadata.annotations['yolean.se/kafka-topic-replicas']
resources:
requests:
cpu: 100m
cpu: 250m
memory: 100Mi
limits:
cpu: 100m
cpu: 250m
memory: 100Mi

0 comments on commit 8a49456

Please sign in to comment.